From ce06d7e7708a9bf1593ea73d4efe4555cee3726d Mon Sep 17 00:00:00 2001 From: tingerrr Date: Tue, 23 Jan 2024 15:49:01 +0100 Subject: [PATCH] Fix: typo in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f45ea82..9481700 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ typst packages. This is work in progress, as such no stability guarantees are made, any commit may change the behavior of various commands. Such changes will be documented in the [migration log][migrating]. -The tag `ci-semi-stable` is available to use typst-test in CI, see [`test.yml`][ci-workflow] for an -example workflow which will run typst-test for PRs and pushes to your repo. This tag will only be -bumped when critical bugs related to exisiting functionality are fixed. It will be retired once +The tag `ci-semi-stable` is available to use typst-test in CI, see [`tests.yml`][ci-workflow] for +an example workflow which will run typst-test for PRs and pushes to your repo. This tag will only +be bumped when critical bugs related to exisiting functionality are fixed. It will be retired once typst-test reaches `0.1.0`. ## Tutorial @@ -44,7 +44,7 @@ typst-test run [![An asciicast showing typs-test running with one test failing.][demo-thumb]][demo] -[ci-workfow]: workflows/tests.yml +[ci-workflow]: assets/workflows/tests.yml [migrating]: migrating.md [demo-thumb]: https://asciinema.org/a/tbjXoYpZ0UPSiFxtO2vOaAW8v.svg