From 7aa827feebd20fe10fd0f1a34f6b5033a1b0d643 Mon Sep 17 00:00:00 2001 From: Nick Sharp Date: Tue, 12 Sep 2017 00:23:56 -0400 Subject: [PATCH] fix project name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a172b25..d72ed71 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To build your code for this assignment: - Create a directory to build your code: ``` -$ cd asst1_drawsvg && mkdir build && cd build +$ cd DrawSVG && mkdir build && cd build ``` - Run CMake to generate makefile: -- GitLab