Skip to content

Commit d5b01d5

Browse files
committed
rc1.1 in docs
1 parent a02eb0c commit d5b01d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $( '#map' ).geomap( );
3030
```html
3131
<div id="map" style="height: 480px;"></div>
3232
<script src="node_modules/jquery/dist/jquery.min.js"></script>
33-
<script src="node_modules/jquery.geo/dist/jquery.geo-1.0.0-rc1.min.js"></script>
33+
<script src="node_modules/jquery.geo/dist/jquery.geo-1.0.0-rc1.1.min.js"></script>
3434
<script>
3535
$(function() {
3636
$( "#map" ).geomap( );
@@ -45,7 +45,7 @@ The following copy-and-paste snippet will help you get started.
4545
```html
4646
<div id="map" style="height: 480px;"></div>
4747
<script src="http://code.jquery.com/jquery-2.2.4.min.js"></script>
48-
<script src="http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.min.js"></script>
48+
<script src="http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.1.min.js"></script>
4949
<script>
5050
$(function() {
5151
$( "#map" ).geomap( );
@@ -57,8 +57,8 @@ The following copy-and-paste snippet will help you get started.
5757

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

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

6363
## Documentation
6464

0 commit comments

Comments
 (0)