Skip to content

Commit

Permalink
little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomociti committed Sep 21, 2023
1 parent 3d55341 commit eebc643
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
### Installation

```
$ npm
$ npm install
```

### Local Development
Expand Down
4 changes: 2 additions & 2 deletions docs/workflows/tutorial/first-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Finally, to serialize an RDF stream, simply add the last, simple step.
You are now ready to run the pipeline:

```
npx barnard59 run pipeline/main.ttl --pipeline http://example.org/pipeline/
npx barnard59 run pipeline/main.ttl --pipeline http://example.org/pipeline/tz
```

The CLI `run` action is called the path of the pipeline's source and its identifier.
Expand All @@ -202,7 +202,7 @@ command line.

```
npx barnard59 run pipeline/main.ttl \
--pipeline http://example.org/pipeline/ \
--pipeline http://example.org/pipeline/tz \
--variable TZ=America/New_York
```

Expand Down
4 changes: 2 additions & 2 deletions docs/workflows/tutorial/first-pipeline.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@base <http://example.org/pipeline/> .
@base <http://example.org/pipeline/> .
@prefix code: <https://code.described.at/> .
@prefix p: <https://pipeline.described.at/> .

Expand Down Expand Up @@ -55,7 +55,7 @@
[
a code:EcmaScriptModule ;
# highlight-next-line
code:link <file:lib/jsonldStructure.js#addContext>
code:link <file:../lib/jsonldStructure.js#addContext>
]
) .

Expand Down

0 comments on commit eebc643

Please sign in to comment.