Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv committed Jun 30, 2024
1 parent bb1e117 commit 5e01e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ claujson::init(0); // must call.
claujson::Value j;
bool ok;

auto x = claujson::parse(argv[1], j, 0, true); // filename, Value, thread_num...
auto x = claujson::parse(argv[1], j, 0); // filename, Value, thread_num...

if (!x.first) {
std::cout << "fail\n";
Expand Down

0 comments on commit 5e01e02

Please sign in to comment.