Skip to content

Commit

Permalink
Added prettier note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jobertabma committed Apr 6, 2019
1 parent 12a7a34 commit 7ec0492
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 @@ -2,7 +2,7 @@
The Unescape Room is a game that automatically generates levels to test your Cross-Site Scripting (XSS) skills. A live version of this repository can be found at https://unescape-room.jobertabma.nl.

## Development
Clone this repository, run `npm install`, followed by `npm start`. After that, you can access the game at http://localhost:3000.
Clone this repository, run `npm install`, followed by `npm start`. After that, you can access the game at http://localhost:3000. In case you decide to submit a pull request, please run `prettier --write "src/**/*.js"` before submitting it.

## License
Copyright (c) 2019 HackerOne Inc. and individual contributors. Licensed under MIT license, see [LICENSE](LICENSE) for the full license.
Expand Down

0 comments on commit 7ec0492

Please sign in to comment.