소스 검색

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