diff --git a/README.md b/README.md index 8e7b98c..27d775d 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ I'd also like to recommend reading [*Supercharge your Framer prototype with Fire | **2** | Put `firebase.coffee` into your prototype's `modules`-folder or *drag'n'drop* it onto the Framer window | | **3** | Add or change the autogenerated `require`-line to `{Firebase} = require 'firebase'` | | **4** | Reload (*CMD+R*) or save (*CMD+S*) your project to get Framer to load the module | -| **-!-** | Or start by using this [template file](http://share.framerjs.com/ltqk90uuqym2/) | +| **-!-** | Or start by using this [template file](https://framer.cloud/tnMBK) | | **5** | Go to https://firebase.google.com → *Login* → *Console* → *Create New Project* | | **6** | Back in Framer, add `firebase = new Firebase` and set the required [Class Properties](https://github.com/marckrenn/framer-Firebase#1-properties) | | **7** | Save, load and sync data using the available [Class Methods](https://github.com/marckrenn/framer-Firebase#2-methods). Also, check out the [Demo Projects](https://github.com/marckrenn/framer-Firebase#demo-projects). |