From 98cbd17e640d42679c2a434d31fd7257e467c914 Mon Sep 17 00:00:00 2001 From: aoi-dev-0411 Date: Sat, 11 Apr 2026 11:52:57 +0900 Subject: [PATCH] fix: improve README grammar and clarity #31 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix 'Api' → 'API' in tech stack section - Fix clone URL to use correct repository path - Improve article usage ('the user's own', 'The ContributionScore') - Fix 'Setup' → 'Set up' (verb form in heading) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cf3422c..862aaff 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Factors include: Measures contributions to **other developers' repositories**. ✔ Only merged PRs are counted -✔ PRs to user's own repositories are excluded +✔ PRs to the user's own repositories are excluded Factors include: @@ -90,7 +90,7 @@ Final Score = 0.10 × Contribution Score ``` -👉 ContributionScore is capped to prevent abuse. +👉 The ContributionScore is capped to prevent abuse. --- @@ -123,7 +123,7 @@ Final Score = * Tailwind CSS * Recharts -### Api +### API * Node.js + Express * GitHub GraphQL API @@ -139,8 +139,8 @@ Final Score = ### 1. Clone the repo ```bash -git clone https://github.com/your-username/devimpact.git -cd devimpact +git clone https://github.com/O2sa/DevImpact.git +cd DevImpact ``` --- @@ -153,7 +153,7 @@ pnpm install --- -### 3. Setup environment variables +### 3. Set up environment variables Create a `.env` file: