Skip to content

Commit

Permalink
docs(tutorial): update option name
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Jul 16, 2024
1 parent 609b2a4 commit 757e5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ large graph and we would like to pseudonymize some of the triples. This is how
the flow should look like:

```shell
curl <sparql-query> | tripsu pseudo -i index.nt -c config.yaml > pseudo.nt
curl <sparql-query> | tripsu pseudo -x index.nt -c config.yaml > pseudo.nt
```

For this flow to stream data instead of loading everything into memory, note that
Expand Down

0 comments on commit 757e5a1

Please sign in to comment.