summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 73d6f5d5e8..ac5bb86677 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -117,7 +117,7 @@ Currently, until [#1437](https://github.com/mapbox/mapbox-gl-native/issues/1437)
1. Zip up the build product.
cd build/ios/pkg/static
- ZIP=mapbox-gl-ios.zip
+ ZIP=mapbox-ios-sdk.zip
rm -f ../${ZIP}
zip -r ../${ZIP} *
@@ -126,7 +126,7 @@ Currently, until [#1437](https://github.com/mapbox/mapbox-gl-native/issues/1437)
{...}
m.source = {
- :http => "http://{...}/mapbox-gl-ios.zip",
+ :http => "http://{...}/mapbox-ios-sdk.zip",
:flatten => true
}