From 306b3beb31721fa048409e75293a464b23b8a697 Mon Sep 17 00:00:00 2001 From: Ariel Keselman Date: Thu, 10 Dec 2020 23:13:38 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 01fe631..614a3ce 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,6 @@ How to use? ```Julia ]add VoronoiDelaunay ``` -For Julia 0.6 and below, type -```Julia -Pkg.add("VoronoiDelaunay") -``` - ### Building a tessellation Define and push individual points like this: ```Julia