diff --git a/README.md b/README.md index e468ab9ad..996e1a8b9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Support for [Geocoding](https://github.com/Esri/esri-leaflet-geocoder) services - [Getting Started](#getting-started) - [Demos](#demos) - - [Example](#example) + - [Quick Start](#quick-start) - [API Reference](#api-reference) - [Additional Plugins](#additional-plugins) - [Frequently Asked Questions](#frequently-asked-questions) @@ -45,51 +45,11 @@ We've shared lots of sample code showing off many of the features of Esri Leafle http://esri.github.io/esri-leaflet/examples/ -## Example -The easiest way to get started is to load Esri Leaflet via [CDN](https://unpkg.com/esri-leaflet). Here is an example you can copy/paste into your own `.html` file. - -![App](https://raw.github.com/Esri/esri-leaflet/master/example.png) - -```html - - - - - - - - - - - - - -
- - - -``` +## Quick Start +The easiest way to get started is to load Esri Leaflet via [CDN](https://unpkg.com/esri-leaflet). Here is an example you can copy/paste into your own `.html` file: [Esri Leaflet Quick Start](https://esri.github.io/esri-leaflet/examples/) + +[![App](https://raw.github.com/Esri/esri-leaflet/master/example.png)](https://esri.github.io/esri-leaflet/examples/) + ## [API Reference](http://esri.github.io/esri-leaflet/api-reference/) diff --git a/example.png b/example.png index 724804e74..4ed043c2f 100644 Binary files a/example.png and b/example.png differ