From aaa060a790fa4cbe5fe1590366b6a6a83bedb81e Mon Sep 17 00:00:00 2001 From: Connor McEwen Date: Thu, 14 Jan 2016 14:59:16 -0500 Subject: [PATCH] Add missing slash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99ba5b6..aead1f0 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ If you are using the new React Native [assets system](https://facebook.github.io --platform ios \ --entry-file index.ios.js \ --bundle-output ./release/main.jsbundle \ - --assets-dest ./release + --assets-dest ./release \ --dev false ```