Skip to content

Commit 1bdf8eb

Browse files
authored
[docs] fix example in README
1 parent 87bbbf5 commit 1bdf8eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ logical cores**. If this argument is omitted, then the program will run in singl
127127
An experimental multithreaded implementation exists , it reads chunks of 2 megabytes and splits them into n anmounts of cores in O(1).
128128
Run a small conversion test using the "arrow" converter with slicer type "chunked"
129129
```
130-
$ 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
130+
$ 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
131131
```
132132

133133
## 📋 License

0 commit comments

Comments
 (0)