From c843d34f56c207abcf4b93e424125eea2dc601e0 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 4 Jul 2025 17:06:28 +0200 Subject: Upgrade to Swift 6 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e64c16a..8726c84 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ A wardley mapping tool: Write some text, get a diagram ## Building -Open the project in Xcode and press buithe run button +Open the project in Xcode and press the run button (or `make build`) + +## Building + +Open the project in Xcode and press the test button (or `make test`) ## Formatting and Linting -- cgit