summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-04-03 15:56:52 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-04-03 15:56:52 -0700
commit5f94ee532c8ef15e69584b5e0dfd18afc7da5c4b (patch)
treecf59ae35fd108807ec88dd34430d13ec18a4f44c /README.md
parentb9eb3e71472700d1307ac6c2030b0a9b1e71f166 (diff)
downloadqtlocation-mapboxgl-5f94ee532c8ef15e69584b5e0dfd18afc7da5c4b.tar.gz
update docs for umbrella headerios-v0.2.7ios-beta-preview-sirius-0.0.8
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d82b15f5f5..c423c21b56 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ If you merely want to install the library for iOS and try it out as an Objective
- `libz.dylib`
4. Add `-ObjC` to your target's "Other Linker Flags" build setting (`OTHER_LDFLAGS`).
5. [Set the Mapbox API access token](#mapbox-api-access-tokens).
-6. `#import "MGLMapView.h"`
+6. `#import "MapboxGL.h"`
If you want to build from source and/or contribute to development of the project, run `make iproj`, which will create and open an Xcode project which can build the entire library from source as well as an Objective-C test app.