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