Skip to content

Commit

Permalink
Bump to 0.3.0 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 23, 2025
1 parent 4e5779d commit bf41a16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Minimum
```json
{
"plugins": [
"https://plugins.dprint.dev/kachick/typstyle-0.2.7.wasm"
"https://plugins.dprint.dev/kachick/typstyle-0.3.0.wasm"
]
}
```
Expand All @@ -34,12 +34,12 @@ Customize if necessary
"blankLinesUpperBound": 5
},
"plugins": [
"https://plugins.dprint.dev/kachick/typstyle-0.2.7.wasm"
"https://plugins.dprint.dev/kachick/typstyle-0.3.0.wasm"
]
}
```

## Order of determines the default
## Order of determines the values

1. typst section in dprint.json
1. [global config in dprint.json](https://dprint.dev/config/#global-configuration)
Expand Down

0 comments on commit bf41a16

Please sign in to comment.