From 24d1f4eac3e60511b1103a46d682df433e95b043 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 12 Aug 2017 16:12:31 -0600 Subject: [PATCH] Update the readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 70d4bb5318..f28b541ac1 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,14 @@ Use one of the following methods to use OpenLayers in your project: -- For use with mainstream bundlers and minifiers, install the [ol](https://www.npmjs.com/package/ol) npm package: `npm install ol` -- Use `ol.js` and `ol.css` from (cdnjs)[https://cdnjs.com/libraries/openlayers] -- Download the [latest release](https://openlayers.org/download/) -- Clone the repo: `git clone git@github.com:openlayers/openlayers.git` -- For use with Closure Library, install the [openlayers](https://npmjs.com/package/openlayers) npm package and read the [tutorial](http://openlayers.org/en/latest/doc/tutorials/closure.html). +* For use with webpack, Rollup, Browserify, or other module bundlers, install the [`ol` package](https://www.npmjs.com/package/ol): + ``` + npm install ol + ``` + +* If you just want to add a `