From b33cc1a647e4bf8f78d830bf4678f290c9dd8d9c Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 19 Aug 2024 22:25:56 -0600 Subject: [PATCH] README changes --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a874d46..da645ec 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,3 @@ This is my personal website! 5. Run ```air``` to start the dev server (macOS and Linux only) _Note that on MacOS, you need to right click and open the appropriate tailwind executable before you can run StyleGen. This is a limitation of running unsigned binaries in MacOS. Blame Tim Apple._ - -## Tests -Without Coverage: `go test atri.dad/lib` -With Coverage: `go test atri.dad/lib -cover`