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