From c6803d9e4adea82a8e39a1a41ec3716fc3a37470 Mon Sep 17 00:00:00 2001 From: Cyprien de Saint Guilhem Date: Thu, 22 Jan 2026 08:35:06 -0800 Subject: [PATCH] fix(spec): Correct typo in spec README and align style --- spec/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/README.md b/spec/README.md index d841017cb..127e528c8 100644 --- a/spec/README.md +++ b/spec/README.md @@ -3,9 +3,9 @@ This repository contains specification for [`LambdaVM`](https://github.com/yetan The specification is written in [`Typst`](https://typst.app/) and can be rendered by [`shiroa`](https://myriad-dreamin.github.io/shiroa/) as either a file (pdf) or a wiki (html). ## Installation & Development setup -1. [Install `Typst`](https://github.com/typst/typst?tab=readme-ov-file#installation) -2. [Install `shiroa`](https://myriad-dreamin.github.io/shiroa/guide/installation.html) -3. Clone this reposity +1. [Install `Typst`](https://github.com/typst/typst?tab=readme-ov-file#installation). +2. [Install `shiroa`](https://myriad-dreamin.github.io/shiroa/guide/installation.html). +3. Clone this repository. 4. Open the repository in a terminal and execute `shiroa serve`. -At this point, the wiki version is hosted locally and is actively updated as you modify the specification files. \ No newline at end of file +At this point, the wiki version is hosted locally and is actively updated as you modify the specification files.