Update README.md

This commit is contained in:
Ari Lazier 2015-10-27 14:41:07 -07:00
parent b4e50f29c8
commit 67922f8299
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# 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.
# 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.
## ReactNative Example