diff options
author | rahulp13 | 2021-01-08 01:13:28 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-08 01:13:28 +0530 |
commit | 1b5e07107e5fcf0269de20885a371b54049823e3 (patch) | |
tree | d518be49a0aacfdba9d18f99da73fc9d9fa7271f /CONTRIBUTION.md | |
parent | 595f84ed31eb214beb24e1e8a4bcfb090c1286c1 (diff) | |
download | eSim-1b5e07107e5fcf0269de20885a371b54049823e3.tar.gz eSim-1b5e07107e5fcf0269de20885a371b54049823e3.tar.bz2 eSim-1b5e07107e5fcf0269de20885a371b54049823e3.zip |
updated readme
Diffstat (limited to 'CONTRIBUTION.md')
-rw-r--r-- | CONTRIBUTION.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index a46bf859..ce6338b7 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -4,7 +4,7 @@ If you want to add any enhancement feature or have found any bug and want to wor #### Points on how to make pull request * You need to fork this repository to your account. -* Clone it using ``` git clone https://github.com/[username]/eSim.git ``` +* Clone it using ``` git clone https://github.com/FOSSEE/eSim.git ``` * Always create a new branch before making any changes. You can create new branch using ```git branch <branch-name> ``` |