hoodiehq / hoodie-task-client

client api for asynchronous task queue, using PouchDB for sync
Apache License 2.0
2 stars 9 forks source link

README: setup instructions #26

Closed gr2m closed 8 years ago

gr2m commented 8 years ago

welcome-to-open-source-atlanta

This issue is reserved for participants of Welcome to Open Source, Atlanta. If it’s still available after April 2nd, it’s all yours :)


:bug: The Bug

In the testing section of this repository’s README we tell the user to clone the repository using git clone git@github.com:hoodiehq/hoodie-client-task.git. But GitHub itself recommends the https:// protocol instead of the git@ which is SSH (see which remote should I use).

:dart: The Goal

Replace the git clone git@github.com:hoodiehq/hoodie-client-task.git with https://github.com/hoodiehq/hoodie-client-task.git in the README

:clipboard: Step by Step

If this is your first, welcome :tada: :smile: Here is a great tutorial on how to send a pull request

Ping us in the Hoodie Chat or on Twitter if you have any questions :)

gitsemere commented 8 years ago

Claimed

gr2m commented 8 years ago

done via https://github.com/hoodiehq/hoodie-client-task/issues/27