From 1f6a0ce57c9e37961f547022d090eb0e03699313 Mon Sep 17 00:00:00 2001
From: Michael Aye <michaelaye@users.noreply.github.com>
Date: Sat, 11 Apr 2020 13:30:12 -0600
Subject: [PATCH] Update README.md (#3844)

That space is kinda important. ;)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e35ed7ca33..83f988045f 100644
--- a/README.md
+++ b/README.md
@@ -172,7 +172,7 @@ The ISIS3 Data Area is hosted on rsync servers and not through conda channels li
 To download all ISIS3 data, enter the following commands in the location where you want to install the ISIS3 Data Area:
 
     cd $ISIS3DATA
-    rsync -azv --delete --partial isisdist.astrogeology.usgs.gov::isis3data/data.
+    rsync -azv --delete --partial isisdist.astrogeology.usgs.gov::isis3data/data .
 
 
 > Note: The above command downloads all ISIS data including the required base data area and all of the optional mission data areas.
-- 
GitLab