From 42de6d09944a82e9cb9de66b6f6e5e7e7cd91e75 Mon Sep 17 00:00:00 2001
From: Danny <daniel@winningsoftware.co.uk>
Date: Thu, 24 Apr 2025 14:18:41 +0100
Subject: [PATCH] Updated README to include stop command and link to wiki

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4366db4..1eed3e2 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,13 @@ To start them again:
 loom spin:start my-project
 ```
 
+To remove them completely:
+
+```shell
+loom spin:down my-project
+```
+
 Loom Spinner can be further customized with a set of simple configuration options. For a more detailed quick-start guide 
-or advanced configuration tips, check out the project wiki.
+or advanced configuration tips, check out the [project wiki](https://forge.winningsoftware.co.uk/LoomLabs/loom-spinner-cli/wiki).
 
 Happy spinning! 🧵
\ No newline at end of file