From 81e623d7e83cd3298a7759c99d4868a2097b7f80 Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Fri, 17 Jan 2020 19:38:52 -0800 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80a7024..ee83e97 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ It provides *IEnumerable* iterators to avoid creating garbage, and a *Stream* su You can use this library by adding it as a submodule and then referencing it in your .csproj file. ```sh - git submodule add + git submodule add git@github.com:MoonsideGames/MoonTools.NETPhysFS.git ``` -You must include a compiled binary of PhysFS for your platform for this to work properly. +You must also include a compiled binary of PhysFS for your platform for this to work properly. ## Example