Merge pull request #153 from realm/nh/fix-doc

tiny doc fix
This commit is contained in:
Ari Lazier 2015-11-23 08:32:01 -08:00
commit 98e1a9c5b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# RealmJS # RealmJS
Realm is a mobile database that runs directly inside phones, tablets or wearables. This repository holds the source code for Realm's JavaScript bindings for integrating with mobile apps built using ReactNative and PhoneGap. Realm is a mobile database that runs directly inside phones, tablets or wearables. This repository holds the source code for Realm's JavaScript bindings for integrating with mobile apps built using ReactNative and Apache Cordova (PhoneGap).
## Setup ## Setup
This repository uses submodules so you need to run `git submodule update --init --recursive` in the realm-js root directory before running any examples or including the project in your app. This repository uses submodules so you need to run `git submodule update --init --recursive` in the realm-js root directory before running any examples or including the project in your app.