Skip to content

Commit 096399a

Browse files
authored
Update README.md
1 parent 5765944 commit 096399a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-leaflet-marker
1+
# [react-leaflet-marker](https://www.npmjs.com/package/react-leaflet-marker)
22
Custom markers for react-leaflet maps.
33

44
You can use any react component with version of [react-leaflet](https://github.com/PaulLeCam/react-leaflet) 3.x.x || 4.x.x
@@ -130,4 +130,4 @@ For example, I used [antd](https://github.com/ant-design/ant-design/) dropdown a
130130
| `zIndexOffset`? | 0 | number | By default, marker images zIndex is set automatically based on its latitude. Use this option if you want to put the marker on top of all others (or below), specifying a high value like `1000` (or high negative value, respectively). |
131131
| `interactive`? | false | bool | If set `false`, the marker won't respond to mouse |
132132
| `size`? | - | [width: number, height: number] | Size marker. Required for `placement` |
133-
| `placement`? | center | string | One of `top`, `center`, `bottom` |
133+
| `placement`? | center | string | One of `top`, `center`, `bottom` |

0 commit comments

Comments
 (0)