From 1b905b6ff374126ee1b0d8c71e67b095ea22316f Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sun, 9 Oct 2016 13:41:56 -0700 Subject: [PATCH] fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 889389a..9babfd8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Contributors ### How to Build -To build this projeect, first run the init script in the root of the repo, +To build this project, first run the init script in the root of the repo, then simply run "msbuild" from the src directory. ## Contributing Process