aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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