aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1996a57..0ab708f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-c-unit-testing
+simple-test
==============
simple unit testing for C implemented as a single header file
@@ -6,4 +6,4 @@ simple unit testing for C implemented as a single header file
**WARNING: this will work fine in gcc, but it uses the non-standard
macro \__COUNTER__ and nested functions.**
-[documentation (pdf)](https://github.com/shmibs/c-unit-testing/blob/master/README.pdf?raw=true)
+[documentation (pdf)](https://github.com/shmibs/simple-test/blob/master/README.pdf?raw=true)