summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-07-14 20:59:01 +0100
committerGitHub <noreply@github.com>2025-07-14 20:59:01 +0100
commit142a0bc12ac8178ba7a3ac824a92c775ce6afbba (patch)
tree6723042e2befd8399b6cf0acd3a2807f57c60e12
parent23c6abfd6ed2f56f2e46f075d6073960c34d7653 (diff)
fix: Better ReadMe
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1fb3247..8d15f86 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# SNU C++ Library
+# SNU Open C++ Library
[![License: GPL-2.0](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
@@ -11,7 +11,7 @@ A C++ library with additional modules for your C++ SDLC.
Here is an example of how snu::opt works.
```cpp
-#include <lib/opt.hpp>
+#include <lib/logic/opt.hpp>
int main(int argc, char** argv)
{
@@ -19,8 +19,8 @@ int main(int argc, char** argv)
opt = snu::opt(snu::eval_eq(50, 40));
opt.expect("this time it doesn't.");
- return 0;
+ return EXIT_SUCCESS;
}
```
-##### (c) SNU Systems Corp 2025, all rights reserved. \ No newline at end of file
+##### (c) 2025 SNU Systems, Corp all rights reserved. \ No newline at end of file