diff --git a/README.md b/README.md index 2512499ce8e8d8d9bfeac68cfcf10a791759605a..dbfe2c9622ac46657cdfd923c61b7babcbf50f43 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ However, if simulated data are to be used, this could be a problem. Check some other alternatives: - [py_geo_voronoi](https://github.com/nlpenguin/py_geo_voronoi) -- [SciPy](https://scipy.github.io/devdocs/generated/scipy.spatial.Voronoi.html) (this maybe the cleanest solution to use) +- [SciPy](https://scipy.github.io/devdocs/generated/scipy.spatial.Voronoi.html) (maybe cleanest solution) - [pyvoro](https://pypi.python.org/pypi/pyvoro)