Skip to content

Commit

Permalink
Merge pull request konnibe#3 from mschiff/master
Browse files Browse the repository at this point in the history
fix git URLs in README.md
  • Loading branch information
ptulp committed Sep 16, 2015
2 parents a0680fe + 905fbbc commit 603352a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ You might choose to fork this repository on github so you might
use your own git: URL instead of the one below.

```
git clone https://github.com/delatbabel/FindIt_pi
git clone https://github.com/ptulp/FindIt_pi
```

or, from your own fork, a command similar to this (replace delatbabel with
or, from your own fork, a command similar to this (replace ptulp with
your own git user name):

```
git clone [email protected]:delatbabel/FindIt_pi.git FindIt_pi
git clone [email protected]:ptulp/FindIt_pi.git FindIt_pi
```

###Build on Linux
Expand Down

0 comments on commit 603352a

Please sign in to comment.