Skip to content

Commit

Permalink
Update readme link
Browse files Browse the repository at this point in the history
  • Loading branch information
mhluska committed Sep 23, 2023
1 parent 54db99c commit fa4bfae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
node-version: [16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Features

- [Simulator mode](https://www.blackjackatlas.com/simulations) for computing EV given some table conditions (10M hands / second)
- [Simulator mode](https://mhluska.github.io/simulations) for computing EV given some table conditions (10M hands / second)
- [Game mode](https://blackjacktrainer.app) for practicing basic strategy and card counting with hints
- No package dependencies
- Runs in any JS environment (CLI, browser, React Native app etc)
Expand Down

0 comments on commit fa4bfae

Please sign in to comment.