From 30221b39ce95caf7d512e9e62a9eb2fbb3a5b06f Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Mon, 2 Mar 2026 19:07:22 +0000 Subject: [PATCH] Use --- so that it actually shows up as an em dash lol --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f9de05..58e7fcd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You'll need: - [WABT](https://github.com/WebAssembly/wabt) - [Guile](https://www.gnu.org/software/guile/) (or bring your own HTTP - server -- see note below) + server --- see note below) To run, first compile the WebAssembly module: @@ -60,7 +60,7 @@ registers: `xBUF`, `xHEAD` and `xTAIL`: data, and `xTAIL` being the offset of the first byte *after* the data. In order to be distinguishable from the empty state, the ring buffers -must never be completely full -- there must always be *at least one* +must never be completely full --- there must always be *at least one* unoccupied byte between the tail and the head. ### System status