Skip to content

Commit

Permalink
[docs] fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmagren authored May 10, 2024
1 parent 87bbbf5 commit 1bdf8eb
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 @@ -127,7 +127,7 @@ logical cores**. If this argument is omitted, then the program will run in singl
An experimental multithreaded implementation exists , it reads chunks of 2 megabytes and splits them into n anmounts of cores in O(1).
Run a small conversion test using the "arrow" converter with slicer type "chunked"
```
$ cargo run --package evolution --release --bin evolution -- c-convert --schema resources/schema/test_schema.json --in-file resources/schema/test_schema_mock.txt --out-file out.parquet arrow chunks
$ cargo run --package evolution --release --bin evolution -- c-convert --schema resources/schema/test_schema.json --in-file resources/test-flf/test_schema_mock.flf --out-file out.parquet arrow chunks
```

## 📋 License
Expand Down

0 comments on commit 1bdf8eb

Please sign in to comment.