Update README.md

This commit is contained in:
Tim Brandin 2017-01-07 12:17:59 +01:00 committed by GitHub
parent 3b930cf0bc
commit 32b08c7cff

View file

@ -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';
<Accounts.ui.LoginForm
onSignedInHook={ () => console.log('user signed in') }