Skip to content

Commit

Permalink
Merge pull request #106 from premasagar/patch-1
Browse files Browse the repository at this point in the history
Add missing quote in README code
  • Loading branch information
timbrandin authored Apr 5, 2017
2 parents 7df4f78 + c9c640c commit 1224532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ We support the standard [configuration in the account-ui package](http://docs.me

### Accounts.ui.config(options)

`import { Accounts } from 'meteor/std:accounts-ui`
`import { Accounts } from 'meteor/std:accounts-ui'`

Configure the behavior of `<Accounts.ui.LoginForm />`

Expand Down

0 comments on commit 1224532

Please sign in to comment.