Skip to content

Commit

Permalink
Clarify location of LICENSE for yyjson C library [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbutuseless committed May 1, 2024
1 parent 506a608 commit 07655b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ if (FALSE) {
In most cases it is around 2x to 10x faster than `{jsonlite}` at both reading and writing JSON.

It is a wrapper for the [`yyjson`](https://github.com/ibireme/yyjson) C library (v0.9.0 April 8, 2024).
`yysjon` is MIT licensed - see `LICENSE-yyjson.txt` in this package for more details.
`yyjson` is MIT licensed - see `LICENSE-yyjson.txt` in this package for more details -
`readLines(system.file('LICENSE-yyjson.txt', package = 'yyjsonr', mustWork = TRUE))`

### What's in the box

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ In most cases it is around 2x to 10x faster than `{jsonlite}` at both
reading and writing JSON.

It is a wrapper for the [`yyjson`](https://github.com/ibireme/yyjson) C
library (v0.9.0 April 8, 2024). `yysjon` is MIT licensed - see
`LICENSE-yyjson.txt` in this package for more details.
library (v0.9.0 April 8, 2024). `yyjson` is MIT licensed - see
`LICENSE-yyjson.txt` in this package for more details -
`readLines(system.file('LICENSE-yyjson.txt', package = 'yyjsonr', mustWork = TRUE))`

### What’s in the box

Expand Down

0 comments on commit 07655b5

Please sign in to comment.