From 9c9e9be0ab5839e2993fd918927717bcc80818ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Tue, 10 Feb 2015 13:08:57 +0100 Subject: [PATCH 1/2] Add docs badge to README [ci skip] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf9b84f..18cb516 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,8 @@ $ ghcal ionicabizau Fore more detailed documentation, check out the repository: https://github.com/IonicaBizau/ghcal. -## Documentation +## Documentation [![Inline docs](http://inch-ci.org/github/IonicaBizau/git-stats.svg?branch=master)](http://inch-ci.org/github/IonicaBizau/git-stats) + If you want to use this as a module, that is possible. See the content below. ### `record(data, callback)` From 050229c58611f53d764e5fddad26d1dcf59ae0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Ribeiro?= Date: Tue, 10 Feb 2015 21:18:00 -0200 Subject: [PATCH 2/2] Change repository-downloader clone address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18cb516..98413e0 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Yes, you read correctly! That's also possible. I [built a tool for that too](htt ```sh # Download the repository downloader -$ git clone git@github.com:IonicaBizau/repository-downloader.git +$ git clone https://github.com/IonicaBizau/repository-downloader.git # Go to repository downloader $ cd repository-downloader