From 96e5e3f9fcbce7217dc586a0bb98f3d4861db0ac Mon Sep 17 00:00:00 2001 From: Nabil Hachicha Date: Fri, 12 Feb 2016 14:28:34 +0000 Subject: [PATCH] Fix doc for Android --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0e789b..b7e03a39 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ You can see more examples of how to use these APIs in the [ReactExample](https:/ The `realmConfig` passed to the constructor can contain the following: - `schema` – required when first accessing a realm - array of `ObjectSchema` or object constructors (see below) -- `path` – optional - defaults to `Realm.defaultPath` (which initially is `'Documents/default.realm'`) +- `path` – optional - defaults to `Realm.defaultPath` (which initially is `'Documents/default.realm'` for iOS and inside the [internal storage](http://developer.android.com/reference/android/content/Context.html#getFilesDir()) `/data/data//files/` for Android) - `schemaVersion` – optional - defaults to `0` but must be specified and incremented after changing the schema ### ObjectSchema