From 89add75c261042ed30ddc8680d0660932f05e7d2 Mon Sep 17 00:00:00 2001 From: LD50 <85231337+LD-Reborn@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:04:53 +0100 Subject: [PATCH] Update wcagToMarkdownChecklist.js --- src/javascript/wcagToMarkdownChecklist.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/javascript/wcagToMarkdownChecklist.js b/src/javascript/wcagToMarkdownChecklist.js index a8365b9..756e294 100644 --- a/src/javascript/wcagToMarkdownChecklist.js +++ b/src/javascript/wcagToMarkdownChecklist.js @@ -9,9 +9,9 @@ How to use: 1. Open the page - 2. Copy the script below + 2. Copy the script below into the clipboard 3. Open the developer console (usually with "F12" and by then navigating to "Console" in the developer settings) - 4. Paste the script and press enter to confirm + 4. Paste the script into the console and press enter to confirm 5. A red button appears on the page. Click it. 6. The checklist is now in your clipboard. Paste it whereever you need. */ @@ -50,4 +50,4 @@ copyButton.addEventListener('click', function() { }); }); -document.body.appendChild(copyButton); \ No newline at end of file +document.body.appendChild(copyButton);