summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-12-27 12:58:11 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2022-12-27 12:58:11 +0100
commitde26eed5157a1b5efc2a72668b4f4a22638f2774 (patch)
tree0a9c23232d4f5aa5f26b54ef8facd4d527d5e63a /README.md
parent52775a29b431b346bf201877159b6abcfb982990 (diff)
Rename libctor.h to ctor.h
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index caad51d..1a02be1 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Step 1: Create a build configuration, in C++
A really simple example ('hello_config.cc'):
```c++
-#include "libctor.h"
+#include "ctor.h"
namespace
{