Skip to content

Commit 7d9a256

Browse files
committed
Update Readme.md
1 parent 489241f commit 7d9a256

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ yarn add leaflet-react-track-player
5252
progressFormat={this.state.type}
5353
customMarker={true}
5454
changeCourseCustomMarker={true}
55-
markerIcon={"/img/mech.svg"}
55+
iconCustomMarker={"/img/mech.svg"}
5656
/>
5757
<TileLayer
5858
attribution="&amp;copy <a href=&quot;http://osm.org/copyright&quot;>OpenStreetMap</a> contributors"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "leaflet-react-track-player",
33
"description": "This is plugin to react-leaflet. It create player for control of track.",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"private": false,
66
"main": "lib/index.js",
77
"homepage": "https://github.com/argonavt11/leaflet-react-track-player",

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class App extends Component {
3434
customMarker={true}
3535
streamData={true}
3636
changeCourseCustomMarker={true}
37-
markerIcon={"/img/mech.svg"}
37+
iconCustomMarker={"/img/mech.svg"}
3838
/>
3939
<TileLayer
4040
attribution="&amp;copy <a href=&quot;http://osm.org/copyright&quot;>OpenStreetMap</a> contributors"

0 commit comments

Comments
 (0)