Skip to content

Commit

Permalink
Fix formatting/trailing whitespace in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetazzoni committed Jun 21, 2018
1 parent a6d7596 commit e756c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ string:
or `59'32.431`, where `duration` is in
milliseconds and `hidems` is an optional boolean you can use to request never
to display millisecond precision.
* `get_duration_string_iso(duration, hidems)` formats to an ISO like
* `get_duration_string_iso(duration, hidems)` formats to an ISO like
representation like `3:07:48` or `59:32.431`, where `duration` is in
milliseconds and `hidems` is an optional boolean you can use to request never
to display millisecond precision.
Expand All @@ -141,7 +141,7 @@ can do:
```javascript
var gpx = new L.GPX(gpxFile);
setInterval(function() {
gpx.reload();
gpx.reload();
}, 5000);
```

Expand Down

0 comments on commit e756c02

Please sign in to comment.