Skip to content

Commit 4412bd0

Browse files
authored
Update macros.md
1 parent 6b7efcb commit 4412bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sparql-extensions/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ eg:greet
4040
Macros are specified using the `--macro` option and can be used throughout the system, i.e. the CLI arguments, and the SPARQL and GraphQL endpoints.
4141

4242
```bash
43-
rpt integrate --macro macros.ttl `SELECT (eg:greet('John Doe') AS ?x) {}` --out-format txt
43+
rpt integrate --macro macros.ttl 'SELECT (eg:greet("John Doe") AS ?x) {}' --out-format txt
4444
```
4545

4646
```

0 commit comments

Comments
 (0)