Skip to content

Commit 50c41a5

Browse files
author
Alberto Dallaporta
committed
add syntax highlighting
1 parent 6179119 commit 50c41a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This module wants to provide a stable and performing solution for maps clusterin
1313

1414
* the prop `key` of the markers rendered through `renderMarker` should not be left up to React. Instead, we strongly suggest to use an `id` in order the have unique keys while still taking advantage of React's recycling.
1515

16-
```
16+
```JSX
1717
import React, { Component } from 'react'
1818
import { Marker } from 'react-native-maps'
1919
import ClusteredMapView from 'react-native-maps-super-cluster'

0 commit comments

Comments
 (0)