From 888c2025a5f95194e1419329b98dfbdfea64d088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sat, 23 Dec 2017 21:01:03 +0200 Subject: [PATCH] Updated docs --- .gitignore | 2 ++ README.md | 6 +++++- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 51409dc..af96bda 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ *.log node_modules *.env +.DS_Store +package-lock.json diff --git a/README.md b/README.md index cefeccf..df5ecee 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ + [![git-stats](http://i.imgur.com/Q7TQYHx.png)](#) # `$ git-stats` - [![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Version](https://img.shields.io/npm/v/git-stats.svg)](https://www.npmjs.com/package/git-stats) [![Downloads](https://img.shields.io/npm/dt/git-stats.svg)](https://www.npmjs.com/package/git-stats) + [![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Version](https://img.shields.io/npm/v/git-stats.svg)](https://www.npmjs.com/package/git-stats) [![Downloads](https://img.shields.io/npm/dt/git-stats.svg)](https://www.npmjs.com/package/git-stats) > Local git statistics including GitHub-like contributions calendars. @@ -271,9 +272,11 @@ There are few ways to get help: 1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question. 2. For bug reports and feature requests, open issues. :bug: + 3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket: + ## :memo: Documentation For full API reference, see the [DOCUMENTATION.md][docs] file. @@ -295,6 +298,7 @@ this takes time. You can integrate and use these projects in your applications * However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it: - Starring and sharing the projects you like :rocket: + - [![Buy me a book][badge_amazon]][amazon]—I love books! I will remember you after years if you buy me one. :grin: :book: - [![PayPal][badge_paypal]][paypal-donations]—You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea: - [![Support me on Patreon][badge_patreon]][patreon]—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone). - **Bitcoin**—You can send me bitcoins at this address (or scanning the code below): `1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6` diff --git a/package-lock.json b/package-lock.json index 17da564..82bd150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "git-stats", - "version": "2.10.7", + "version": "2.10.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0e939f..a6cd145 100644 --- a/package.json +++ b/package.json @@ -285,4 +285,4 @@ "bloggify.json", "bloggify/" ] -} \ No newline at end of file +}