From 08b9778deb23187d71c7221f04d57a4ba4a1a61d Mon Sep 17 00:00:00 2001 From: Jaap Date: Tue, 11 Oct 2016 23:23:56 +0200 Subject: [PATCH] update readme --- HaversineDistance/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HaversineDistance/README.md b/HaversineDistance/README.md index 84030cbff..4d5f20e6a 100644 --- a/HaversineDistance/README.md +++ b/HaversineDistance/README.md @@ -21,3 +21,5 @@ The function contains 3 closures in order to make the code more readable and com 3. `dToR` a closure converting degrees to radians. The result of `haversineDistance` is returned in meters. + +*Written for Swift Algorithm Club by Jaap Wijnen.*