From 1541b4290264df9f25a5ebdda3ffa2bc26dc7f87 Mon Sep 17 00:00:00 2001 From: "Glitch (glitch-hello-website)" Date: Tue, 28 Feb 2023 11:17:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=AF=F0=9F=92=BF=20Checkpoint=20./READM?= =?UTF-8?q?E.md:31317407/79?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14f6cfe..60c31a4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ _Last updated: 28 Feb 2023_ ← `style.css`: CSS files add styling rules to your content. The CSS applies styles to the elements in your HTML page. The style rules also make the image move when you click it. -← `script.js`: If you're feeling fancy you can add interactivity to your site with JavaScript. The code in the JavaScript file runs when the page loads, and when the visitor clicks the button you can add below. +← `script.js`: If you're feeling fancy you can add interactivity to your site with JavaScript. The code in the JavaScript file runs when the page loads, and when the visitor clicks the button you can add using the code in the TODO. Open each file and check out the comments (in gray) for more info.