Skip to content

Commit dbbee04

Browse files
committed
docs: bump algo version in README code
1 parent 8868985 commit dbbee04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A Typst library for writing algorithms. On Typst v0.6.0+ you can import the `algo` package:
44

55
```typst
6-
#import "@preview/algo:0.3.0": algo, i, d, comment, code
6+
#import "@preview/algo:0.3.1": algo, i, d, comment, code
77
```
88

99
Otherwise, add the `algo.typ` file to your project and import it as normal:

0 commit comments

Comments
 (0)