diff --git a/packages/preview/thmbox/0.1.1/README.md b/packages/preview/thmbox/0.1.1/README.md index 3bec599e7..ef6a0cc06 100644 --- a/packages/preview/thmbox/0.1.1/README.md +++ b/packages/preview/thmbox/0.1.1/README.md @@ -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() ``` @@ -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. \ No newline at end of file +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.