diff options
| -rw-r--r-- | kel_cpp_boilerplate/c++/blueprints/readme_txt.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kel_cpp_boilerplate/c++/blueprints/readme_txt.hpp b/kel_cpp_boilerplate/c++/blueprints/readme_txt.hpp index ffb2c65..bb0b2bb 100644 --- a/kel_cpp_boilerplate/c++/blueprints/readme_txt.hpp +++ b/kel_cpp_boilerplate/c++/blueprints/readme_txt.hpp @@ -7,6 +7,6 @@ constexpr std::string_view readme_txt_file_content = R"(# Generated by keldu's stupid blueprint program Remember to: -* Change the binary name in app/c++/Sconscript +* Change the binary name in app/c++/SConscript * Add the pname in app/.nix/derivation.nix )"; |
