From b52db65f227a5340d54646818f898fcfd9133dba Mon Sep 17 00:00:00 2001 From: tyler <137842227+goosenotduck@users.noreply.github.com> Date: Sat, 16 May 2026 20:18:30 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb5c155..721eb7f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Examples of usable can be seen in `examples/` If you are inexperienced in Typst, the following resources are fantastic to understanding Typst's capabilities: - [Typst Syntax List](https://typst.app/docs/reference/syntax/https://typst.app/docs/reference/syntax/) - [Typst Example Book](https://sitandr.github.io/typst-examples-book/book/basics/) -- + ## Usage Create your document in the `src/` folder, this will be your working space. From here, use the following code to implement the CSH Typst template: @@ -53,4 +53,4 @@ Under this license, any document created with the code in the repository is NOT You are not required to open-source your entire project unless it directly includes modified MPL-covered files. For full license details, see the `LICENSE` file or visit: -https://www.mozilla.org/en-US/MPL/2.0/ \ No newline at end of file +https://www.mozilla.org/en-US/MPL/2.0/