From 32b08c7cff096f47984b2f047a51d8031be3752e Mon Sep 17 00:00:00 2001 From: Tim Brandin Date: Sat, 7 Jan 2017 12:17:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d195abf..9defde1 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Accounts.ui.config({ ### Version 1.2 also supports passing hooks through props to the component. ```js -import { Accounts, STATES } from 'meteor/std:accounts-ui'; +import { Accounts } from 'meteor/std:accounts-ui'; console.log('user signed in') }