From af73d599efe9b7b4695bba658620180f12218b60 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 19 Sep 2023 11:55:18 +0200 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6de334..ca61a8b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Copy and paste [`c/`](./c/) directory, and you should be good to go! - **Run `make dev` to compile the program in debug mode.** - **Run `make clean` to clean artifacts.** -> Note that in headers, the syntax is `PROJETNAME_FILENAME_H` +> Note that in headers, the syntax is `PROJECTNAME_FILENAME_H` ## C++ @@ -24,7 +24,7 @@ Copy and paste [`cpp/`](./cpp/) directory, and you should be good to go! - **Run `make dev` to compile the program in debug mode.** - **Run `make clean` to clean artifacts.** -> Note that in headers, the syntax is `PROJETNAME_FILENAME_HPP` +> Note that in headers, the syntax is `PROJECTNAME_FILENAME_HPP` ## Typescript