From 7033d92923793a7200b99995baa3778a7a51291e Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Sun, 31 Jul 2022 17:17:00 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b879d35..d6fc590 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ polygon.coords # => {-1.0, -1.0}, {1.0, -1.0}, {1.0, 1.0}, {-1.0, 1.0}, {-1.0, -1.0} ``` -The convex hull is computed using the [convex_hull](github.com/geocrystal/convex_hull) library. +The convex hull is computed using the [convex_hull](https://github.com/geocrystal/convex_hull) library. ### Formatting