From 7eaf3d8127a37b1169189a51c7fd2760221daea4 Mon Sep 17 00:00:00 2001 From: Ciaran Farley Date: Thu, 6 Mar 2025 10:15:32 -0800 Subject: [PATCH] Update README.md only code should be in code blocks. not instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf5bca6..72eeb3f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,13 @@ Before running the program, make sure to configure the Discord webhook URL. Run the project: ```bash -go run all_products.go or go run * +go run all_products.go +``` + +or + +```bash +go run * ``` ## Contributing