From 7a23651ee1bb32cd1ba56e0d7671b4155acab905 Mon Sep 17 00:00:00 2001 From: Pylipala Date: Tue, 14 Jul 2015 17:26:56 -0700 Subject: [PATCH] Fix the main.jsbundle url in comment Summary: Fix the url in comment Closes https://github.com/facebook/react-native/pull/1959 Github Author: Pylipala --- Examples/UIExplorer/UIExplorer/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/UIExplorer/AppDelegate.m b/Examples/UIExplorer/UIExplorer/AppDelegate.m index 6a5ad20e59..f19fdf3646 100644 --- a/Examples/UIExplorer/UIExplorer/AppDelegate.m +++ b/Examples/UIExplorer/UIExplorer/AppDelegate.m @@ -43,7 +43,7 @@ * Load from pre-bundled file on disk. To re-generate the static bundle, `cd` * to your Xcode project folder and run * - * $ curl 'http://localhost:8081/Examples/UIExplorer/UIExplorerApp.includeRequire.runModule.bundle' -o main.jsbundle + * $ curl 'http://localhost:8081/Examples/UIExplorer/UIExplorerApp.ios.includeRequire.runModule.bundle' -o main.jsbundle * * then add the `main.jsbundle` file to your project and uncomment this line: */