From 6242269ad441eb8c74cca1332aa00689ab3760c7 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Wed, 1 Feb 2023 10:58:32 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.