Skip to content

Commit 888c202

Browse files
committed
Updated docs
1 parent 8a7f08d commit 888c202

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
*.log
55
node_modules
66
*.env
7+
.DS_Store
8+
package-lock.json

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->
22

3+
34
[![git-stats](http://i.imgur.com/Q7TQYHx.png)](#)
45

56
# `$ git-stats`
67

7-
[![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)
8+
[![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)
89

910
> Local git statistics including GitHub-like contributions calendars.
1011
@@ -271,9 +272,11 @@ There are few ways to get help:
271272

272273
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.
273274
2. For bug reports and feature requests, open issues. :bug:
275+
274276
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
275277

276278

279+
277280
## :memo: Documentation
278281

279282
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 *
295298
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:
296299

297300
- Starring and sharing the projects you like :rocket:
301+
- [![Buy me a book][badge_amazon]][amazon]—I love books! I will remember you after years if you buy me one. :grin: :book:
298302
- [![PayPal][badge_paypal]][paypal-donations]—You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
299303
- [![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).
300304
- **Bitcoin**—You can send me bitcoins at this address (or scanning the code below): `1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6`

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,4 @@
285285
"bloggify.json",
286286
"bloggify/"
287287
]
288-
}
288+
}

0 commit comments

Comments
 (0)