Skip to content

Commit 4eda601

Browse files
committed
Update URL and readme
1 parent da54651 commit 4eda601

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ License: MIT + file LICENSE
99
Encoding: UTF-8
1010
Imports:
1111
jsonlite,
12-
V8 (>= 8.0.0)
13-
BugReports: https://github.com/jeroen/toml/issues
12+
V8 (>= 8.0.1)
13+
URL: https://r-lib.r-universe.dev/toml
14+
BugReports: https://github.com/r-lib/toml/issues
1415
RoxygenNote: 7.3.2
1516
Roxygen: list(markdown = TRUE)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ it does not make too much of a difference.
1717

1818
Installation requires no compilation:
1919

20-
```
21-
pak::pak("jeroen/toml")
20+
```r
21+
install.packages("toml")
2222
```
2323

2424
## Example

0 commit comments

Comments
 (0)