Skip to content

Commit ba6d670

Browse files
Removed Readme typos
1 parent 18c8fa7 commit ba6d670

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Well we all have been working in Open Source and committing various Pull request
1414
- Real time tracking of commits, PR's and other contributions.
1515
- Contributors list based on number of PR's, merged pulls and other activities.
1616
- Contribution history of each contributor.
17-
can create a badge for your organization.]
17+
- Can create a badge for your organization.
1818
- upload and use the templates
1919

2020
The other part of this project includes the “notifying moderator” since we see sometimes that there are many PRs being sent, or issues being opened by various people across the globe but there are limited numbers of maintainers merging the PRs. This way organisations usually lose their potential contributors due to following things:
@@ -33,9 +33,14 @@ For instance, suppose a contributor “X” has been quite active within the com
3333
**Step 1:-** clone the repository
3434

3535
``` git clone https://github.com/username/Codebadge.git ```
36+
3637
**Step 2:-** install frontend dependencies and run frontend server
38+
3739
``` npm install && npm run serve```
40+
41+
3842
**Step 3:-** install flask api dependencies and run api
43+
3944
```
4045
cd backend
4146
virtualenv -p python3 venv

0 commit comments

Comments
 (0)