Skip to content

Commit

Permalink
deleted an extra closing paranthesis in the funtion
Browse files Browse the repository at this point in the history
  • Loading branch information
codev009 committed Jan 12, 2023
1 parent e46e337 commit 0f502f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ Converts the result from `getSpeed` into a more human friendly format. Currently
- mph (miles per hour)

```js
geolib.convertSpeed(29.8678, 'kmh'));
geolib.convertSpeed(29.8678, 'kmh');
```

Returns the converted value as number.
Expand Down

0 comments on commit 0f502f1

Please sign in to comment.