Skip to content

Commit

Permalink
rc1.1 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanttb committed Jun 5, 2016
1 parent a02eb0c commit d5b01d5
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
Expand Up @@ -30,7 +30,7 @@ $( '#map' ).geomap( );
```html
<div id="map" style="height: 480px;"></div>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/jquery.geo/dist/jquery.geo-1.0.0-rc1.min.js"></script>
<script src="node_modules/jquery.geo/dist/jquery.geo-1.0.0-rc1.1.min.js"></script>
<script>
$(function() {
$( "#map" ).geomap( );
Expand All @@ -45,7 +45,7 @@ The following copy-and-paste snippet will help you get started.
```html
<div id="map" style="height: 480px;"></div>
<script src="http://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.min.js"></script>
<script src="http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.1.min.js"></script>
<script>
$(function() {
$( "#map" ).geomap( );
Expand All @@ -57,8 +57,8 @@ The following copy-and-paste snippet will help you get started.

You can also download the latest release as a [minified JavaScript file][min] or a [full, uncompressed one][max].

[min]: http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.min.js
[max]: http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.js
[min]: http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.1.min.js
[max]: http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.1.js

## Documentation

Expand Down

0 comments on commit d5b01d5

Please sign in to comment.