diff --git a/README.md b/README.md index fd8da0a..577c6d9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ A project based learning activity for people who are getting started with Git an You can play the game at: https://githubschool.github.io/github-games/ ->> _*SUPPORTED BROWSERS*: Chrome, Firefox, Safari, Opera and IE9+_ +>> _*SUPPORTED BROWSERS*: modern desktop browsers (Chrome, Firefox, Safari, Opera, Edge)_ This fun open source game was cloned from: https://github.com/jakesgordon/javascript-tetris diff --git a/inde.html b/index.html similarity index 100% rename from inde.html rename to index.html diff --git a/script/test b/script/test index 408c8dc..5825a5f 100755 --- a/script/test +++ b/script/test @@ -2,11 +2,5 @@ # # Test the app - if the game loads, everything is working! -# Create symlink to test game -ln -s inde.html index.html - -# Remove symlink on script exit -trap "rm index.html" EXIT - # Start app script/server