summaryrefslogtreecommitdiff
path: root/CONTRIBUTION.md
diff options
context:
space:
mode:
authorRahul Paknikar2021-01-08 13:10:30 +0530
committerGitHub2021-01-08 13:10:30 +0530
commit840090d0eedac3c60026269f50f9bb8365e4801b (patch)
treed518be49a0aacfdba9d18f99da73fc9d9fa7271f /CONTRIBUTION.md
parenta61c3edf10706ca0231b4441f84f801f0c9d4773 (diff)
parent1b5e07107e5fcf0269de20885a371b54049823e3 (diff)
downloadeSim-840090d0eedac3c60026269f50f9bb8365e4801b.tar.gz
eSim-840090d0eedac3c60026269f50f9bb8365e4801b.tar.bz2
eSim-840090d0eedac3c60026269f50f9bb8365e4801b.zip
Merge pull request #162 from rahulp13/masterv2.1
fixed crash issues
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> ```