Skip to content

Commit 0e6f69c

Browse files
committed
Update README.md
1 parent 9b9a3e3 commit 0e6f69c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ Provider objects to work with geospatial object, tools and resources
1616

1717
Create point with coordinates
1818

19-
var point = new GeospatialJS.LatLng([50.41, 30.32]);
19+
```js
20+
var point = new GeospatialJS.LatLng([50.41, 30.32]);
21+
```
2022

2123
##Project status##
2224

23-
[![Build Status](https://travis-ci.org/maxim75/geospatialjs.svg)](https://travis-ci.org/maxim75/geospatialjs)
25+
[![Build Status](https://travis-ci.org/maxim75/geospatialjs.svg)](https://travis-ci.org/maxim75/geospatialjs)

0 commit comments

Comments
 (0)