From 780ba79f75c3dbbca69a7d27e29be20db849f60a Mon Sep 17 00:00:00 2001 From: Marc Krenn Date: Thu, 25 May 2017 18:06:58 +0200 Subject: [PATCH] updated template file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). |