From 7309087ac5e9aec308fb2474347dc45311c04994 Mon Sep 17 00:00:00 2001 From: Tim Brandin Date: Sat, 7 Jan 2017 12:00:02 +0100 Subject: [PATCH] Updated Readme. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d14bcc6..2de6feb 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,6 @@ Accounts.ui.config({ import { Accounts, STATES } from 'meteor/std:accounts-ui'; console.log('user signed in') } /> ``` @@ -196,7 +195,7 @@ Meteor.startup( () => { - } /> + } /> } /> @@ -321,7 +320,6 @@ FlowRouter.route("/login", { action(params) { mount(MainLayout, { content: });