Skip to content

Commit 1ad537a

Browse files
authored
Merge pull request #260 from KondukterCRO/master
polyline documentation fix [README.md]
2 parents e9ed46d + 9c6087c commit 1ad537a

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)