From b5cacd99119f3125fde2ca6fd0562724dd77da4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20Pereira=20Bezerra?= Date: Sun, 8 Sep 2019 16:38:31 -0300 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff24f12..a6f869b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ cmake [-G generator] [-DBUILD_SHARED_LIBS=on|OFF] .. * For more options on customizing the build, see the [CMakeLists.txt](https://github.com/jbeder/yaml-cpp/blob/master/CMakeLists.txt) file. -#### 3. Build it! +#### 2. Build it! * The command you'll need to run depends on the generator you chose earlier. **Note:** To clean up, just remove the `build` directory.