diff --git a/README.md b/README.md index 52db120..0c0ac4b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Plan ==== 1. Step 1: Make a 0-player fish-tank, full of goblins. -1. idk, C libraries, probably. -1. Multiplayer map, distributed with consensus algorithm. -1. Worldwide, serverless, MMORPG. +2. idk, C libraries, probably. +3. Multiplayer map, distributed with consensus algorithm. +4. Worldwide, serverless, MMORPG. Read the overview. @@ -42,5 +42,5 @@ Git's large-file-server (LFS) lets you track your fat binary files, without maki If you want to track 'jpg' files, you can track them like this: ```bash -git lfs track "*jpg" +git lfs track "*.jpg" ```