From 5f62668d82beb9b8b72b5d4fbc1e1b35832c76de Mon Sep 17 00:00:00 2001 From: nojhan Date: Tue, 1 Jun 2021 09:35:31 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7268fd..efe8d0f 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ if an existing file with this name exists. ```cpp std::vector v(10); std::generate(v.begin(), v.end(), std::rand); -CLUTCHLOG(debug, vec, "test_{n}.dat"); +CLUTCHDUMP(debug, vec, "test_{n}.dat"); /* Will output in cat "rand_0.dat" * # [t-dump] Info in main (at depth 5) @ /home/nojhan/code/clutchlog/tests/t-dump.cpp:22 * 1804289383