From a76e26a2756dd76ee3f1afe122a29fbe57641566 Mon Sep 17 00:00:00 2001 From: Nabil Hachicha Date: Sun, 22 Nov 2015 20:31:21 +0000 Subject: [PATCH] tiny doc fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e0f53fc..13c2f724 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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 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.