From 1be1dccb6bb62933bbbb500a96b4a8848c5eb7ae Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Sat, 3 May 2025 00:35:35 +0200 Subject: [PATCH] bumped version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64cc5d1..a928135 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ For more information, see the [manual](manual.pdf) To use this package, simply import `schema` from [rivet](https://typst.app/universe/package/rivet) and call `schema.load` to parse a schema description. Then use `schema.render` to render it, et voilĂ  ! ```typ -#import "@preview/rivet:0.2.0": schema +#import "@preview/rivet:0.3.0": schema #let doc = schema.load("path/to/schema.yaml") #schema.render(doc) ``` \ No newline at end of file