Change verbiage in README.md

This commit is contained in:
2026-01-06 14:58:57 -05:00
parent 97d6c84935
commit af61f60759

View File

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