From 4c52a2ce9623c9a037903e9dabfae5eae4b1618d Mon Sep 17 00:00:00 2001 From: Alan Zheng <89716079+VeryAmazed@users.noreply.github.com> Date: Sun, 16 Jun 2024 12:39:12 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c42980f..4f44ac9 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ This will generate `include` and `lib` folders. [Documentation](https://veryamazed.github.io/digest/) * Digest objects require that the input string is kept in memory, unmodified. * requires `c++17` +**Note: Do not use the new_seq functions, just create new objects. They currently don't work correctly.** # Example ```cpp