From 0d5860fa73f74a1ba59b2feb7499c55092643c59 Mon Sep 17 00:00:00 2001
From: Martijn Visser <mgvisser@gmail.com>
Date: Sun, 27 Dec 2020 00:14:55 +0100
Subject: [PATCH] remove extra space

and trigger CI for GDAL_jll 3.2.0
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ce5e65f..ab16b34 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Other packages can build on top of this to provide a more Julian user experience
 *Most users will want to use [ArchGDAL.jl](https://github.com/yeesian/ArchGDAL.jl) instead of using GDAL.jl directly.*
 
 ## Installation
-This package is registered, so add it using `Pkg`. This will also download GDAL binaries created by  [Yggdrasil](https://github.com/JuliaPackaging/Yggdrasil/tree/master/G/GDAL).
+This package is registered, so add it using `Pkg`. This will also download GDAL binaries created by [Yggdrasil](https://github.com/JuliaPackaging/Yggdrasil/tree/master/G/GDAL).
 ```
 pkg> add GDAL
 ```
-- 
GitLab