Skip to content

Commit 765148a

Browse files
committed
Docs
1 parent 0ec4edf commit 765148a

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
@@ -9,7 +9,9 @@ Based on [Data Layer Clusterer](https://github.com/nantunes/data-layer-clusterer
99

1010
First of all, the creation of a Data Layer Cluster starts with:
1111

12-
scope.empresaCluster = new DataLayerClusterer(options);
12+
```javascript
13+
var empresaCluster = new DataLayerClusterer(options);
14+
```
1315

1416
The options object could have the following parameters:
1517

@@ -26,7 +28,7 @@ The options object could have the following parameters:
2628
| zoomOnClick | Boolean | true | | false |
2729
| averageCenter | Boolean | true | | false |
2830

29-
- * 1. Url http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m.png
31+
* _ 1. Url http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m.png _
3032

3133
## License
3234

0 commit comments

Comments
 (0)