Skip to content

Commit

Permalink
Fix images and mention React Native in readme (#5655)
Browse files Browse the repository at this point in the history
* Fixed logo in readme

* Mention React Native in readme

* Fixed gallery image in readme
  • Loading branch information
1ec5 authored Nov 11, 2017
1 parent 46b8566 commit 5bebe1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[<img width="400" alt="Mapbox" src="docs/assets/logo.png">](https://www.mapbox.com/)
[<img width="400" alt="Mapbox" src="docs/pages/assets/logo.png">](https://www.mapbox.com/)

**Mapbox GL JS** is a JavaScript library for interactive, customizable vector maps on the web. It takes map styles that conform to the
[Mapbox Style Specification](https://github.com/mapbox/mapbox-gl-js/style-spec/), applies them to vector tiles that
Expand All @@ -7,8 +7,8 @@ WebGL.

Mapbox GL JS is part of the [cross-platform Mapbox GL ecosystem](https://www.mapbox.com/maps/), which also includes
compatible native SDKs for applications on [Android](https://www.mapbox.com/android-sdk/),
[iOS](https://www.mapbox.com/ios-sdk/), [macOS](http://mapbox.github.io/mapbox-gl-native/macos), and
[Qt](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/qt). Mapbox provides building blocks to add location features like maps, search, and navigation into any experience you
[iOS](https://www.mapbox.com/ios-sdk/), [macOS](http://mapbox.github.io/mapbox-gl-native/macos),
[Qt](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/qt), and [React Native](https://github.com/mapbox/react-native-mapbox-gl/). Mapbox provides building blocks to add location features like maps, search, and navigation into any experience you
create. To get started with GL JS or any of our other building blocks,
[sign up for a Mapbox account](https://www.mapbox.com/signup/).

Expand All @@ -24,7 +24,7 @@ native SDKs. For code and issues specific to the native SDKs, see the
- [Roadmap](https://www.mapbox.com/mapbox-gl-js/roadmap/)
- [Contributor documentation](https://github.com/mapbox/mapbox-gl-js/blob/master/CONTRIBUTING.md)

[<img width="981" alt="Mapbox GL gallery" src="docs/assets/gallery.png">](https://www.mapbox.com/gallery/)
[<img width="981" alt="Mapbox GL gallery" src="docs/pages/assets/gallery.png">](https://www.mapbox.com/gallery/)

## License

Expand Down

0 comments on commit 5bebe1c

Please sign in to comment.