From 81ba87ef40691511e44195f130781ece34cd072d Mon Sep 17 00:00:00 2001 From: Klagarge Date: Sat, 18 May 2024 15:19:34 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93dc3be..66acc86 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Before getting started, make sure you have the following tools installed: ``` bash cargo install https://github.com/typst/typst typst-cli ``` -- polyylux2pdfpc: to convert the compiled files into P presentation PDFs +- polylux2pdfpc: to convert the compiled files into P presentation PDFs ``` bash cargo install --git https://github.com/andreasKroepelin/polylux/ --branch release ```