From 34d14fd710485628e21c5e581f24c62cb58c382d Mon Sep 17 00:00:00 2001
From: Alessandro Frigeri <alessandro.frigeri@inaf.it>
Date: Thu, 6 Jun 2019 10:36:52 +0200
Subject: [PATCH] update name to pymoondb

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1b92133..231121e 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,13 @@ The python module is being developed at [IAPS/INAF](http://www.iaps.inaf.it) in
 git clone https://www.ict.inaf.it/gitlab/alessandro.frigeri/pymoondb.git
 ```
 
-Within the directory where setup.py is placed, type:
+2. install the software; within the directory where setup.py is placed, type:
 
 ```
 pip install -e .
 ```
 
-To use moondb module, simply do::
+To use moondb module, fire up your python interpreter and simply do:
 
     >>> import moondb
     >>> s_12023 = moondb.get_specimens(sc=['12023'])[0]
-- 
GitLab