diff --git a/README.md b/README.md index 0fb1335..55e935b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # FlappyBird -A simple flappy bird game, made with html elements, CSS, and JavaScript. Made without using canvas. +A simple flappy bird game, made with the technologies listed below.\nIt uses a modular design, with many JS files working together. It uses ES6 arrow functions instead of regular functions.