Skip to content

Commit

Permalink
fix(README): open and close brackets correctly
Browse files Browse the repository at this point in the history
- update lockfile with new name
  • Loading branch information
z0rrn committed Mar 9, 2024
1 parent 78e0d7e commit cb13230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
First you need to specify the desired Hugo version (will fail if not set). If you forget this just rerun the install command.

```json
}
{
"hugo-install": {
"hugoVersion": "0.123.2"
}
Expand Down Expand Up @@ -68,7 +68,7 @@ hugo-install supports overwriting the download url. There are multiple ways to d
### The `hugo-install` section of your `package.json`

```json
}
{
"hugo-install": {
"hugoVersion": "0.123.2",
"URL": "https://example.com/hugo/v0.123.2/hugo_0.123.2_freebsd-amd64.tar.gz"
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit cb13230

Please sign in to comment.