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') }