aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMartijn Kaijser <mcm.kaijser@gmail.com>2013-07-17 19:56:08 +0200
committerMartijn Kaijser <mcm.kaijser@gmail.com>2013-07-17 19:56:08 +0200
commit2106faa18e8ddc5c1e9b7a3d87d447429b270452 (patch)
treee5a99e429654daebd074d0bdd067985870f025d6 /CONTRIBUTING.md
parent6bb23fdcde435f33dfdcde9fedcbe6752d1a9f9f (diff)
fix c/p screwup in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab79ee8487..87381f2c1e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -35,11 +35,11 @@ Please follow this process; it's the best way to get your work included in the p
```bash
# clone your fork of the repo into the current directory in terminal
- git clone git@github.com:<your username>/OpenELEC.tv.git
+ git clone git@github.com:<your username>/xbmc.git
# navigate to the newly cloned directory
- cd OpenELEC.tv
+ cd xbmc
# assign the original repo to a remote called "upstream"
- git remote add upstream https://github.com/OpenELEC/OpenELEC.tv.git
+ git remote add upstream https://github.com/xbmc/xbmc.git
```
- If you cloned a while ago, get the latest changes from upstream: