]> code.bitgloo.com Git - clyne/consteval-huffman.git/commitdiff
Fix include path in readme 1/head
authorfriendlyanon <friendlyanon@users.noreply.github.com>
Wed, 30 Dec 2020 22:07:53 +0000 (22:07 +0000)
committerfriendlyanon <friendlyanon@users.noreply.github.com>
Wed, 30 Dec 2020 22:07:53 +0000 (22:07 +0000)
README.md

index f1b5fe26e23ad805e87c341f72d1a3aaf7408b55..52bca890e54e9eda6248d5ceb72c76c801460fe5 100644 (file)
--- 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!"