Skip to content

Commit

Permalink
include contributors in readme file (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
gritzkoo authored Nov 29, 2022
1 parent 88dd64c commit 31c8fbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
[![Repo Size Status](https://img.shields.io/github/repo-size/gritzkoo/nodejs-health-checker)](https://img.shields.io/github/repo-size/gritzkoo/nodejs-health-checker)
</div>

___

## Contributors

![contributors](https://contrib.rocks/image?repo=gritzkoo/nodejs-health-checker)

>Made with [contributors-img](https://contrib.rocks).
___

This is a Node package that allows you to track the health of your application, providing two ways of checking:

*__Simple__*: will respond to a JSON as below and that allows you to check if your application is online and responding without checking any kind of integration.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-health-checker",
"version": "1.6.1",
"version": "1.6.2",
"description": "Simple Nodejs package to simplify applications based in Node, to trace the healthy of the pods",
"author": "Gritzko D. Kleiner <gritzkoo@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 31c8fbf

Please sign in to comment.