Skip to content

Commit a6b0119

Browse files
authored
fix: improve README grammar and clarity #31 (#44)
- 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)
1 parent fea5f28 commit a6b0119

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Factors include:
5555
Measures contributions to **other developers' repositories**.
5656

5757
✔ Only merged PRs are counted
58-
✔ PRs to user's own repositories are excluded
58+
✔ PRs to the user's own repositories are excluded
5959

6060
Factors include:
6161

@@ -90,7 +90,7 @@ Final Score =
9090
0.10 × Contribution Score
9191
```
9292

93-
👉 ContributionScore is capped to prevent abuse.
93+
👉 The ContributionScore is capped to prevent abuse.
9494

9595
---
9696

@@ -123,7 +123,7 @@ Final Score =
123123
* Tailwind CSS
124124
* Recharts
125125

126-
### Api
126+
### API
127127

128128
* Node.js + Express
129129
* GitHub GraphQL API
@@ -139,8 +139,8 @@ Final Score =
139139
### 1. Clone the repo
140140

141141
```bash
142-
git clone https://github.com/your-username/devimpact.git
143-
cd devimpact
142+
git clone https://github.com/O2sa/DevImpact.git
143+
cd DevImpact
144144
```
145145

146146
---
@@ -153,7 +153,7 @@ pnpm install
153153

154154
---
155155

156-
### 3. Setup environment variables
156+
### 3. Set up environment variables
157157

158158
Create a `.env` file:
159159

0 commit comments

Comments
 (0)