Skip to content

Commit

Permalink
Merge pull request #67 from Self-Perfection/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
jaller94 committed May 13, 2019
2 parents 22532ba + 8440715 commit eac7cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -78,7 +78,7 @@ If your terminal supports mouse events you can drag the map and use your scroll
#### Juggling the vectors and numbers
* [`earcut`](https://github.com/mapbox/earcut) for polygon triangulation
* [`rbush`](https://github.com/mourner/rbush) for 2D spatial indexing of geo and label data
* [`breseham`](https://github.com/madbence/node-bresenham) for line point calculations
* [`bresenham`](https://github.com/madbence/node-bresenham) for line point calculations
* [`simplify-js`](https://github.com/mourner/simplify-js) for polyline simplifications

#### Handling the flow
Expand Down

0 comments on commit eac7cb4

Please sign in to comment.