From 454ba395f260d82ad163e2d54a6e8fcd59073c97 Mon Sep 17 00:00:00 2001 From: Jacob Wenger Date: Tue, 16 Aug 2016 22:50:10 -0700 Subject: [PATCH] Updated docs and examples to latest versions of Firebase and React (#110) --- README.md | 6 +++--- docs/guide.md | 12 ++++++------ docs/quickstart.md | 6 +++--- examples/commentsBox/index.html | 8 ++++---- examples/todoApp/index.html | 6 +++--- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 16a1e77..82131c9 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ In order to use ReactFire in your project, you need to include the following fil ```html - - + + - + diff --git a/docs/guide.md b/docs/guide.md index 4a6f138..b12615f 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -45,11 +45,11 @@ backend**. The first thing we need to do is add Firebase to your project: ```js - - + + - + ``` We'll need to initialize the Firebase SDK before we can use it. This should happen one time, outside @@ -143,11 +143,11 @@ CDN and placing it right after the React and Firebase libraries in the `` ```js - - + + - + diff --git a/docs/quickstart.md b/docs/quickstart.md index 4cb29bd..d757787 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -19,11 +19,11 @@ our CDN: ```js - - + + - + diff --git a/examples/commentsBox/index.html b/examples/commentsBox/index.html index 3d70f89..350fc13 100644 --- a/examples/commentsBox/index.html +++ b/examples/commentsBox/index.html @@ -5,12 +5,12 @@ Hello React - - + + - - + + diff --git a/examples/todoApp/index.html b/examples/todoApp/index.html index 57bed45..9b3ded1 100644 --- a/examples/todoApp/index.html +++ b/examples/todoApp/index.html @@ -4,11 +4,11 @@ Todo App | ReactFire Demo - - + + - +