From 8440715e44197d514f049d80188c9c01059274a9 Mon Sep 17 00:00:00 2001 From: Alexander Meshcheryakov Date: Sun, 15 Jul 2018 00:26:07 +0300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e166738..cf4d825 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,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