ソースを参照

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:
 
 ```