summaryrefslogtreecommitdiff
path: root/CONTRIBUTION.md
diff options
context:
space:
mode:
authorrahulp132021-01-08 01:13:28 +0530
committerrahulp132021-01-08 01:13:28 +0530
commit1b5e07107e5fcf0269de20885a371b54049823e3 (patch)
treed518be49a0aacfdba9d18f99da73fc9d9fa7271f /CONTRIBUTION.md
parent595f84ed31eb214beb24e1e8a4bcfb090c1286c1 (diff)
downloadeSim-1b5e07107e5fcf0269de20885a371b54049823e3.tar.gz
eSim-1b5e07107e5fcf0269de20885a371b54049823e3.tar.bz2
eSim-1b5e07107e5fcf0269de20885a371b54049823e3.zip
updated readme
Diffstat (limited to 'CONTRIBUTION.md')
-rw-r--r--CONTRIBUTION.md2
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> ```