Skip to content

Commit

Permalink
small modifications and docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmandlik committed Jun 11, 2024
1 parent 97ad8dc commit 9258ee0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Kindly cite our work with the following entries if you find it interesting, plea
}
```

* this implementation (fill in the used `version`):
* this implementation (fill in the used `version`)

```
@software{JsonGrinder,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/citation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Kindly cite our work with the following entries if you find it interesting, plea
}
```

* this implementation (fill in the used `version`):
* this implementation (fill in the used `version`)

```
@software{JsonGrinder,
Expand Down
4 changes: 2 additions & 2 deletions docs/src/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ of five steps:
The basic workflow can be visualized as follows:

```@raw html
<img class="display-light-only" src="../../assets/workflow.svg" alt="JsonGrinder workflow" style="width: 30%;"/>
<img class="display-dark-only" src="../../assets/workflow-dark.svg" alt="JsonGrinder workflow" style="width: 30%;"/>
<img class="display-light-only" src="../assets/workflow.svg" alt="JsonGrinder workflow" style="width: 30%;"/>
<img class="display-dark-only" src="../assets/workflow-dark.svg" alt="JsonGrinder workflow" style="width: 30%;"/>
```

The framework is able to process hierarchical JSON documents of any schema, embedding the documents
Expand Down

0 comments on commit 9258ee0

Please sign in to comment.