diff options
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | any_log.h | 2 | ||||
| -rw-r--r-- | test/log.c (renamed from test.c) | 0 |
3 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4513ba --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# any\_libs + +single-file C library licensed under MIT @@ -1,6 +1,6 @@ // any_log // -// A single header library that provides a simple and somewhat opinionated +// A single-file library that provides a simple and somewhat opinionated // interface for logging and structured logging. // // To use this library you should choose a suitable file to put the |
