From 39a276ab9927feb5df10d931d03c9bf0924b1ef8 Mon Sep 17 00:00:00 2001
From: "Poggio, Laura" <laura.poggio@wur.nl>
Date: Thu, 24 Sep 2020 08:25:47 +0200
Subject: [PATCH] Update markdown/wcs_from_R.md

---
 markdown/wcs_from_R.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/markdown/wcs_from_R.md b/markdown/wcs_from_R.md
index 381ae08..624a802 100644
--- a/markdown/wcs_from_R.md
+++ b/markdown/wcs_from_R.md
@@ -4,8 +4,9 @@
 # Access WCS with R
 This tutorial will show how to access SoilGrids using Web Coverage Services and the R software. This tutorial will use the `rgdal` and `gdalUtils` packages.
 
-This tutorial works with R version 3.6.x and gdal version <= 2.4.x. There are known errors when using it with R > 4.x and gdal > 3.x (e.g.
-`PROJ: proj_create_from_database: crs not found`). We are working on a solution
+**This tutorial works with R version 3.6.x and gdal version <= 2.4.x.** 
+
+There are known errors when using it with R > 4.x and gdal > 3.x (e.g. `PROJ: proj_create_from_database: crs not found`). We are working on a solution
 
 
 ## Load libraries
-- 
GitLab