diff --git a/README.md b/README.md index e0b9d4f..f50f737 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,11 @@ This project follows standard Go project layout: - `internal/` - Private application packages (bot, config, tracker) - `pkg/` - Public library code (reusable pattern matching) -See [PROJECT_STRUCTURE.md](PROJECT_STRUCTURE.md) for detailed documentation. - ### Build and Run ```bash # Clone the repository -git clone +git clone https://git.ewnix.net/phlux/slack-wordle-scores.git cd wordle-bot # Download dependencies and generate go.sum