Skip to content

Commit

Permalink
fix package version and update dependencies in README
Browse files Browse the repository at this point in the history
  • Loading branch information
spidersouris committed Feb 24, 2025
1 parent a593040 commit 580505b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/preview/touying-unistra-pristine/1.3.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ These steps assume that you already have [Typst](https://typst.app/) installed a
## Import from Typst Universe

```typst
#import "@preview/touying:0.5.5": *
#import "@preview/touying-unistra-pristine:1.3.0": *
#import "@preview/touying:0.6.0": *
#import "@preview/touying-unistra-pristine:1.3.1": *
#show: unistra-theme.with(
aspect-ratio: "16-9",
Expand Down Expand Up @@ -62,7 +62,7 @@ A slide with *important information*.
See [example/example.typ](example/example.typ) for a complete example with configuration.

```typst
#import "@preview/touying:0.5.5": *
#import "@preview/touying:0.6.0": *
#import "src/unistra.typ": *
#import "src/colors.typ": *
#import "src/admonition.typ": *
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "@preview/touying:0.6.0": *
#import "@preview/touying-unistra-pristine:1.3.2": *
#import "@preview/touying-unistra-pristine:1.3.1": *

#show: unistra-theme.with(
aspect-ratio: "16-9",
Expand Down

0 comments on commit 580505b

Please sign in to comment.