Skip to content

Commit 9c6087c

Browse files
committed
polyline documentation fix [README.md]
1 parent e9ed46d commit 9c6087c

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
@@ -368,7 +368,7 @@ render() {
368368
className={'map'}
369369
zoom={14}>
370370
<Polyline
371-
paths={triangleCoords}
371+
path={triangleCoords}
372372
strokeColor="#0000FF"
373373
strokeOpacity={0.8}
374374
strokeWeight={2} />

0 commit comments

Comments
 (0)