fix build
diff --git a/README.md b/README.md
index beaac1e..d45a370 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 ## Features
 
 * Probably the fastest C++ open source 2D Delaunay implementation
-* Roughly 20 times faster then JS version.
+* Roughly 6 times faster then JS version (more improvements are coming).
 * Example showing triangulation of GeoJson points
 
 ## Usage
diff --git a/bench/run.cpp b/bench/run.cpp
index 0ee728d..06ee8f1 100644
--- a/bench/run.cpp
+++ b/bench/run.cpp
@@ -16,4 +16,4 @@
 
 BENCHMARK(BM_45K_geojson_nodes)->Unit(benchmark::kMillisecond);
 
-BENCHMARK_MAIN();
+BENCHMARK_MAIN()