Skip to content

Commit

Permalink
hotfix: wrong import in README
Browse files Browse the repository at this point in the history
  • Loading branch information
s15n committed Feb 4, 2025
1 parent 9abb43e commit fbfcefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/preview/thmbox/0.1.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A typst package providing environments for theorems and proofs.
Before using any of the features this package has to offer, add the following lines to the top of your document:

```typ
#import "@preview/typst-thmbox:0.1.1": *
#import "@preview/thmbox:0.1.1": *
#show: thmbox-init()
```
Expand Down Expand Up @@ -180,4 +180,4 @@ You might have to create the folder in the first line first.

Thmbox automatically translates to the language of your document (if translations are available for it).

Translations are found in [src/translations.typ](https://github.com/s15n/typst-thmbox/blob/main/src/translations.typ). You are welcome to contribute for languages you speak.
Translations are found in [src/translations.typ](https://github.com/s15n/typst-thmbox/blob/main/src/translations.typ). You are welcome to contribute for languages you speak.

0 comments on commit fbfcefb

Please sign in to comment.