Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
prairiewest committed Jul 30, 2021
1 parent 6b68615 commit d9bc2b0
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 @@ -28,7 +28,7 @@ Then you have to do a
composer require prairiewest/phpconvertdmstodecimal
```

Finally, in your code, you juste have to call the library directly, or, if your project
Finally, in your code, you just have to call the library directly, or, if your project
uses namespaces, you need to include it in your class:

```
Expand All @@ -49,4 +49,4 @@ convertDMSToDecimal($coords);
// As an object:
$converter = new DmsToDecimalConverter();
$outputValue = $converter->convert($entryValue);
```
```

0 comments on commit d9bc2b0

Please sign in to comment.