From 9cc1a8b0e677d95bda7c329c5966f52955cd2979 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= <peter@scroll.io>
Date: Mon, 2 Sep 2024 11:49:45 +0200
Subject: [PATCH] fix: update requirements wording (#53)

---
 docs/badges.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/badges.md b/docs/badges.md
index 9da7420..ffe8e71 100644
--- a/docs/badges.md
+++ b/docs/badges.md
@@ -142,6 +142,11 @@ There are three main badge types of badges:
 
    The badge contract has a **default token URI**, see [ScrollBadgeDefaultURI](../src/badge/extensions/ScrollBadgeDefaultURI.sol).
 
+   </li>
+   <li>
+
+   Your project is listed on [Scroll Ecosystem - Browse all protocols](https://scroll.io/ecosystem#protocols). (If not listed, apply [here](https://tally.so/r/waxLBW).)
+
    </li>
    </ul>
 
@@ -152,11 +157,6 @@ There are three main badge types of badges:
 
    The badge contract implements on-chain eligibility check, see [ScrollBadgeEligibilityCheck](../src/badge/extensions/ScrollBadgeEligibilityCheck.sol).
 
-   </li>
-   <li>
-
-   Your project is listed on [Scroll Ecosystem - Browse all protocols](https://scroll.io/ecosystem#protocols). (If not listed, apply [here](https://tally.so/r/waxLBW).)
-
    </li>
    </ul>
    </td>
@@ -194,7 +194,7 @@ There are three main badge types of badges:
    </li>
    <li>
 
-   All URLs mentioned above are configured for cross-origin access (CORS) on https://scroll.io.
+   All involved URLs, including those for the Check API, Claim API, and the badgeTokenURI returned by the contract, are configured for cross-origin access (CORS) on https://scroll.io.
 
    </li>
    <li>