Skip to content

Commit 9744b39

Browse files
authored
Updated the readme file
1 parent 70f199b commit 9744b39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ Options: <br>
4949
`-GET -> Make a GET request to an API` <br>
5050

5151
## License🗄
52+
The project is licensed under the GNU General Public License v3. Check out [`LICENSE`](https://github.com/IndianOpenSourceFoundation/dynamic-cli/blob/master/LICENSE)
5253

5354
### Contributing
5455

5556
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=git&logoColor=white)](https://github.com/IndianOpenSourceFoundation/dynamic-cli/pulls) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/IndianOpenSourceFoundation/dynamic-cli)
5657

5758
**We're accepting PRs for our open and unassigned [issues](https://github.com/IndianOpenSourceFoundation/dynamic-cli/issues)**. Please check [CONTRIBUTING.md](CONTRIBUTING.md). We'd love your contributions! **Kindly follow the steps below to get started:**
5859

59-
**1.** Fork [this](https://github.com/IndianOpenSourceFoundation/dynamic-cli) repository.
60-
61-
**2.** Clone the forked repository. Open terminal and type:
60+
**1.** Fork [this](https://github.com/IndianOpenSourceFoundation/dynamic-cli/fork) repository.
6261

62+
**2.** Clone the forked repository.
6363
```bash
6464
git clone https://github.com/<your-github-username>/project_name.git
6565
```
@@ -83,10 +83,10 @@ Eg: `\U0001F604`
8383
**5.** Stage your changes and commit
8484

8585
```bash
86-
#Add changes to Index
86+
# Add changes to Index
8787
git add .
8888

89-
#Commit to the local repo
89+
# Commit to the local repo
9090
git commit -m "<your_commit_message>"
9191
```
9292

0 commit comments

Comments
 (0)