From e780d609fe026c10a0340e0bebeababddaddbe0d Mon Sep 17 00:00:00 2001 From: Kjetil Klaussen Date: Thu, 21 Mar 2019 18:48:23 +0100 Subject: [PATCH] fix: Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 079f2106f..ceb28564b 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ git clone https://github.com/SixLabors/ImageSharp ### Submodules -This repository contains [git submodule](https://blog.github.com/2016-02-01-working-with-submodules/). To add the submodules to the project, navigate to the repository root and type: +This repository contains [git submodules](https://blog.github.com/2016-02-01-working-with-submodules/). To add the submodules to the project, navigate to the repository root and type: ``` bash git submodule update --init --recursive