From 142a0bc12ac8178ba7a3ac824a92c775ce6afbba Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 14 Jul 2025 20:59:01 +0100 Subject: fix: Better ReadMe --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 +#include 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 -- cgit v1.2.3