From a3e3365fe474fb12d2b22ee3541644e27c825f26 Mon Sep 17 00:00:00 2001
From: James Graham <J.Graham@soton.ac.uk>
Date: Mon, 25 Jan 2021 12:24:50 +0000
Subject: [PATCH] docs: fix typo'd parameter in README file

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b42b771..2cbefb1 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ pycgtool <topology file> <trajectory file> -m <MAP file> -b <BND file>
 
 To use PyCGTOOL to convert a set of atomistic simulation coordinates to CG coordinates:
 ```
-pycgtool <topology file> -m <trajectory file>
+pycgtool <topology file> -m <MAP file>
 ```
 
 Or to convert a complete simulation trajectory:
-- 
GitLab