Преглед на файлове

separate db updates, fix a typo

George C. Privon преди 8 години
родител
ревизия
533a580260
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -10,7 +10,7 @@ Score keeping software for [Carcassonne](https://boardgamegeek.com/boardgame/822
 
 ## Usage
 
-Before your first game you will need to initalize the sqlite database:
+Before your first game you will need to initialize the sqlite database:
 
 ```
 $ python create_database.py
@@ -26,6 +26,8 @@ $ python CarcassonneScore.py
 
 This launches the interactive shell. Press `?` for a list of commands.
 
+### Database Maintenance
+
 To update the database (add new players toggle availability of expansions), use the `update_database.py` command. For example, to add a new player:
 
 ```