Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Jun 29, 2024
1 parent 6ad0d8c commit 507b388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ It also requires different dates for different sports. Football uses YYYY, while
Use the included [docker-compose.yml](/docker-compose.yml) or run directly with docker:

```bash
docker run -p 3000:3000 henrygd/ncaa-api
docker run --rm -p 3000:3000 henrygd/ncaa-api
```

The app should be available at [http://localhost:3000](http://localhost:3000/history/bowling/nc).
Expand Down

0 comments on commit 507b388

Please sign in to comment.