Skip to content

Commit

Permalink
chore(docs): clean up formatting (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Aug 26, 2024
1 parent 881d0aa commit 9f200b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ parser.parse(tomAndJerry, {
});
```

<br>
If no callbacks are provided, parsing happens synchronously returning an array of quads.
If no callbacks are provided, parsing happens synchronously returning an array of quads:

```JavaScript
const parser = new N3.Parser();
Expand Down Expand Up @@ -192,7 +191,6 @@ function SlowConsumer() {
```

A dedicated `prefix` event signals every prefix with `prefix` and `term` arguments.

A dedicated `comment` event can be enabled by setting `comments: true` in the N3.StreamParser constructor.

## Writing
Expand Down

0 comments on commit 9f200b6

Please sign in to comment.