From 826c272bb01fe8d2c614eede902ec3b9c111341e Mon Sep 17 00:00:00 2001 From: chris <42634773+reefgenomics@users.noreply.github.com> Date: Thu, 31 Dec 2020 13:12:07 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87fc2ac..ec0eaa7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ reefMapMaker produces a map figure (.png and .svg format) of a user specified re that is annotated with a reference set of coral reef locations as well as user-specified sites. The locations of the reference reefs are imported from the [Global Distribution of Coral -Reefs data set](https://data.unep-wcmc.org/datasets/1). +Reefs dataset](https://data.unep-wcmc.org/datasets/1). This dataset is compiled from a number of sources by UNEP World Conservation Monitoring Centre (UNEP-WCMC) and the WorldFish Centre, in collaboration with WRI (World Resources Institute) and @@ -30,7 +30,7 @@ detail the locations of user-specified points of interest. Making such maps is o using R- or Python-based packages/scripts. However, doing so can often be time consuming and require considerable experience/familiarity with the mapping libraries in question. -reefMapmaker is designed to enable users with 0 experience in scripting languages to produce publication-ready +reefMapmaker is designed to enable users with no prior experience in scripting languages to produce publication-ready maps of reef/site locations such as the one shown below. The output of reefMapMaker is a set of .png and .svg files. The .svg file can be imported into a vector-based graphics editor of the user's choice for further manipulation. @@ -163,4 +163,4 @@ To set the colour of the edge line use "reference-reef-edge-color": ### Updating reefmapmaker As new versions of reefmapmaker are released you may wish to upgrade the version you have installed. With your conda environment activated, you can run: -```conda update reefmapmaker -c didillysquat -c conda-forge``` \ No newline at end of file +```conda update reefmapmaker -c didillysquat -c conda-forge```