Skip to content

Commit

Permalink
Update api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni authored Aug 20, 2018
1 parent 968eac5 commit 7d00d1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Same as [ListView](https://facebook.github.io/react-native/docs/listview.html) C

You need pass the `cursoredFind` option when you get your collection if you want to use cursor-like method:

```‍‍‍javascript
```javascript
Meteor.collection("collectionName", { cursoredFind: true })
```

Expand Down Expand Up @@ -110,7 +110,7 @@ Disconnect from the DDP server.

### Convenience packages

Example `import { composeWithTracker } from 'react-native-meteor';``
Example `import { composeWithTracker } from 'react-native-meteor';`

* EJSON
* Tracker
Expand All @@ -123,7 +123,7 @@ See [documentation](https://atmospherejs.com/meteor/reactive-dict).

### Meteor.Accounts

`import { Accounts } from 'react-native-meteor';``
`import { Accounts } from 'react-native-meteor';`

* [Accounts.createUser](http://docs.meteor.com/#/full/accounts_createuser)
* [Accounts.changePassword](http://docs.meteor.com/#/full/accounts_forgotpassword)
Expand Down

0 comments on commit 7d00d1d

Please sign in to comment.