Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/maxwell-oroark/chess.js int…
Browse files Browse the repository at this point in the history
…o maxwell-oroark-master
  • Loading branch information
jhlywa committed Feb 25, 2020
2 parents 9b8755b + e0496d9 commit ab273d9
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 @@ -25,7 +25,7 @@ yarn add chess.js
The code below plays a complete game of chess ... randomly.

```js
const { Chess } = require('./chess')
const { Chess } = require('./chess.js')
const chess = new Chess()

while (!chess.game_over()) {
Expand Down

0 comments on commit ab273d9

Please sign in to comment.