Skip to content

Commit

Permalink
Improved documentation (thx Karine Too)
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo mathieu committed Mar 2, 2016
1 parent dfc27e9 commit 9042a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Meteor-like methods for React Native. **Currently in v1.0.0-beta1** ! For old do
The purpose of this library is :
* to set up and maintain a ddp connection with a ddp server, freeing the developer from having to do it on their own.
* be fully compatible with react-native and help react-native developers.
* **Use the EXACT SAME METHODS as [Meteor documentation](http://docs.meteor.com/) used with React.**
* **to match with [Meteor documentation](http://docs.meteor.com/) used with React.**

## Install

Expand Down Expand Up @@ -111,5 +111,5 @@ Connect to a DDP server. You only have to do this once in your app.
## Meteor methods

* [Meteor.call](http://docs.meteor.com/#/full/meteor_call)
* [Meteor.loginWithPassword](http://docs.meteor.com/#/full/meteor_loginwithpassword) (Please note that user signin is persisted - like in Meteor Web applications - thanks to React Native AsyncStorage.)
* [Meteor.loginWithPassword](http://docs.meteor.com/#/full/meteor_loginwithpassword) (Please note that user is auto-resigned in - like in Meteor Web applications - thanks to React Native AsyncStorage.)
* [Meteor.logout](http://docs.meteor.com/#/full/meteor_logout)

0 comments on commit 9042a04

Please sign in to comment.