Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
platformer authored Apr 10, 2023
1 parent 304bb8a commit 07f77dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# typst-algorithms

Typst module for writing algorithms. Use the `algo` function for writing pseudocode and the `code` function for writing codeblocks with line numbers. Check out `algo-example.typ` to see an example. `algo.typ` also has comments explaining the options each function has.
Typst module for writing algorithms. To use it, download and import the `algo.typ` file. Use the `algo` function for writing pseudocode and the `code` function for writing codeblocks with line numbers. Check out `algo-example.typ` to see an example. `algo.typ` also has comments explaining the options each function has.

0 comments on commit 07f77dd

Please sign in to comment.