aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorclyne <clyne@bitgloo.com>2020-12-31 07:57:44 -0500
committerGitHub <noreply@github.com>2020-12-31 07:57:44 -0500
commitf61645c9e450ee39802b90acf4d1059620614870 (patch)
treec91fd2c98be744ccff2aa482771e81428afb1669 /README.md
parent7a63ba6dc707e190f84d73a92ebc308c5da555bd (diff)
parentcc0f7a11515c641acd23985e72d1a8fce3c2a67b (diff)
Merge pull request #1 from friendlyanon/master
CMake project structure
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 f1b5fe2..52bca89 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ A string of numbers 1 to 100 separated with spaces can be compressed to 64% of i
```cpp
// 1. Include
-#include "consteval_huffman.hpp"
+#include <consteval_huffman/consteval_huffman.hpp>
// 2. Use _huffman suffix (data now stores compressed string)
auto data = "This is my string of data"_huffman; // "\0\x1 Non-text data works too!"