aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-03-26 22:06:50 +0100
committerFederico Angelilli <code@fedang.net>2024-03-28 18:04:56 +0100
commit47ae717ef705ea6e06befcc1977a8045a84a66e9 (patch)
tree7bb4ab4ac7ba762d47c17ee66fb0a363a1ebe370
parent214613672fdb98dc20a3dbb7f970f05b90f2aeb8 (diff)
Add readme
-rw-r--r--README.md3
-rw-r--r--any_log.h2
-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
diff --git a/any_log.h b/any_log.h
index b42f3ea..504b9eb 100644
--- a/any_log.h
+++ b/any_log.h
@@ -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
diff --git a/test.c b/test/log.c
index d5d7d34..d5d7d34 100644
--- a/test.c
+++ b/test/log.c