summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2016-02-23 20:13:28 -0300
committerGiovane <giovaneliberato@gmail.com>2016-02-23 20:13:35 -0300
commit6160633ab9a54238974af3cf498024ad98fc977e (patch)
tree0598fbaa1331ac1f113f23094ec1a056faa62d50 /README.md
parentb2184de2a81beea26cf3e68d769612df4ba156f3 (diff)
Fix repositore clone url
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 11e31ab9..20fdc535 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ You are most welcome to contribute to the pixelated user agent code base. Please
2) Clone the repo and start the virtual machine (downloads 600MB):
```
-$ git clone https://github.com/pixelated-project/pixelated-user-agent.git
+$ git clone https://github.com/pixelated/pixelated-user-agent.git
$ cd pixelated-user-agent
$ vagrant up
```