diff --git a/js/chess.js b/js/chess.js index 341d564..03208ef 100644 --- a/js/chess.js +++ b/js/chess.js @@ -4,7 +4,7 @@ var gun = Gun(['https://jessemcdonald.info/gun']); let initialBoard = (function (){ var init = JSON.stringify({ 'light': [ - 'rnbkqbnr', + 'rnbqkbnr', 'pppppppp', ' ', ' ', @@ -21,7 +21,7 @@ let initialBoard = (function (){ ' ', ' ', 'pppppppp', - 'rnbkqbnr', + 'rnbqkbnr', ], 'player': 'light', });