Skip to content

Commit 7ba8880

Browse files
Fix indentation in YAML example in README
1 parent c170b5b commit 7ba8880

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ For any questions, please check [FAQ](https://github.com/open-sciencelab/GraphGe
266266
```yaml
267267
# examples/generate/generate_aggregated_qa/aggregated_config.yaml
268268
global_params:
269-
working_dir: cache
270-
graph_backend: kuzu # graph database backend, support: kuzu, networkx
271-
kv_backend: rocksdb # key-value store backend, support: rocksdb, json_kv
269+
working_dir: cache
270+
graph_backend: kuzu # graph database backend, support: kuzu, networkx
271+
kv_backend: rocksdb # key-value store backend, support: rocksdb, json_kv
272272
273273
nodes:
274274
- id: read_files # id is unique in the pipeline, and can be referenced by other steps

0 commit comments

Comments
 (0)