From b28cf3ba065c42293c03f72931de04942e831a9e Mon Sep 17 00:00:00 2001 From: saky Date: Sun, 9 Jun 2024 17:57:49 +0200 Subject: [PATCH] Readme update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" ```