Skip to content

Commit

Permalink
jQueryGeo#197 - preformat shell code
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanttb committed Jan 28, 2016
1 parent c4cf1f2 commit 3afd66a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Using jQuery Geo requires, at a minimum, adding one element, including one scrip

### Load via jspm

$ npm install jspm --save-dev
$ jspm init
$ jspm install jquery
$ jspm install jquery.geo
$ npm install jspm --save-dev
$ jspm init
$ jspm install jquery
$ jspm install jquery.geo

```js
// lib/main.js
Expand All @@ -22,8 +22,8 @@ $( '#map' ).geomap( );

### Download via npm

$ npm install jquery --save-dev
$ npm install jquery.geo --save-dev
$ npm install jquery --save-dev
$ npm install jquery.geo --save-dev

```html
<div id="map" style="height: 480px;"></div>
Expand Down

0 comments on commit 3afd66a

Please sign in to comment.