diff options
author | Giovane <giovaneliberato@gmail.com> | 2016-02-23 20:13:28 -0300 |
---|---|---|
committer | Giovane <giovaneliberato@gmail.com> | 2016-02-23 20:13:35 -0300 |
commit | 6160633ab9a54238974af3cf498024ad98fc977e (patch) | |
tree | 0598fbaa1331ac1f113f23094ec1a056faa62d50 | |
parent | b2184de2a81beea26cf3e68d769612df4ba156f3 (diff) |
Fix repositore clone url
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |