Skip to content

Commit 0ef71e0

Browse files
authored
Update README.md
1 parent c1e3d25 commit 0ef71e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A really fast C++ library for
44
[Delaunay triangulation](https://en.wikipedia.org/wiki/Delaunay_triangulation) of 2D points.
55

6-
delaunator-cpp was originally a a C++ port from https://github.com/mapbox/delaunator a JavaScript implementation of very fast 2D Delaunay algorithm. It has since diverged from that source.
6+
delaunator-cpp was originally a a C++ port from https://github.com/mapbox/delaunator, a JavaScript implementation of very fast 2D Delaunay algorithm. It has since diverged from that source.
77

88
<!---
99
[![Build Status](https://travis-ci.org/delfrrr/delaunator-cpp.svg?branch=master)](https://travis-ci.org/delfrrr/delaunator-cpp)
@@ -12,7 +12,7 @@ delaunator-cpp was originally a a C++ port from https://github.com/mapbox/delaun
1212

1313
## Features
1414

15-
* Probably the fastest C++ open source 2D Delaunay implementation
15+
* A fast C++ open source 2D Delaunay implementation
1616
* Example showing triangulation of GeoJson points
1717

1818
## Usage

0 commit comments

Comments
 (0)