From 67922f82996a1dd809d96f33fb950bbb2923d6dc Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Tue, 27 Oct 2015 14:41:07 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57299d7f..a94ca703 100644 --- a/README.md +++ b/README.md @@ -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