more README.rst fixes
authorShane Jaroch <nutratracker@protonmail.com>
Fri, 8 Apr 2022 22:55:38 +0000 (18:55 -0400)
committerShane Jaroch <nutratracker@protonmail.com>
Fri, 8 Apr 2022 23:03:11 +0000 (19:03 -0400)
README.rst

index 1ad3cd30351258ca3c82edba4431768431ac39f1..5570ce6eb67bbb14c2ee80f67110005a1c91aee1 100644 (file)
@@ -5,7 +5,7 @@
 .. image:: https://api.travis-ci.com/nutratech/usda-sqlite.svg?branch=master
     :target: https://travis-ci.com/github/nutratech/usda-sqlite
 
-Python, SQL and CSV files for setting up portable SQL database.
+Python, SQL and CSV files for setting up portable usda-sqlite database.
 
 See CLI:    https://github.com/nutratech/cli
 
@@ -30,7 +30,7 @@ Building the database
     bash setup.sh
     python3 process.py
 
-3. If you are committing database changes, add a line to :code:`sql/version.csv` (e.g. :code:`id=3` is the latested in this case),
+3. If you are committing database changes, add a line to :code:`sql/version.csv` (e.g. :code:`id=3` is the latest in this case),
 
 +-----+----------+-----------------------------------+
 | id  | version  | created                           |
@@ -50,7 +50,7 @@ Building the database
     ./build.sh
 
 
-5. Verify the tables (again inside the SQL shell :code:`sqlite nutra.db`),
+5. Verify the tables (again inside the SQL shell :code:`sqlite3 usda.sqlite`),
 
 .. code-block:: sql
 
@@ -70,4 +70,4 @@ See :code:`sql/tables.sql` for details.
 
 This is frequently updated, see :code:`docs/` for more info.
 
-.. image:: docs/nutra.svg
+.. image:: docs/usda.svg