From cc0f7a11515c641acd23985e72d1a8fce3c2a67b Mon Sep 17 00:00:00 2001 From: friendlyanon Date: Wed, 30 Dec 2020 22:07:53 +0000 Subject: [PATCH] Fix include path in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // 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!"