From 676baeb563e8ea8ee4ffbe5dd47c3b51b639059a Mon Sep 17 00:00:00 2001 From: Neil McPhail Date: Sat, 26 Apr 2025 22:52:46 +0000 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d8b650..249a2c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Development tools for the ZX Spectrum +#Development tools for the ZX Spectrum The Dockerfile is the basis of the devcontainer. @@ -6,4 +6,4 @@ The devcontainer contains various assemblers etc. Build the example project by running `make` from the terminal or the VSCode extension. -Debug in the build in simulator or in CSpect externally (example CSpect invocation on Windows would be `CSpect.exe -w2 -debug -remote`). +Debug in the built in simulator or in CSpect externally (example CSpect invocation on Windows would be `CSpect.exe -w2 -debug -remote`).