Skip to content

Commit

Permalink
docs: update README (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: @joaomantovani
  • Loading branch information
gritzkoo authored Feb 24, 2023
1 parent 4b234fc commit 243359e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
>Made with [contributors-img](https://contrib.rocks).
____

A successor package for [nodejs-health-checker](https://github.com/gritzkoo/nodejs-health-checker) to simplify health checks.
A successor package for [`nodejs-health-checker`](https://github.com/gritzkoo/nodejs-health-checker) to simplify health checks.

The main purpose of this package is to substitute `nodejs-health-checker` package and standardize the liveness and readiness actions for Nodejs applications running in Kubernetes deployments, without adding complexity and extra package installs.
The main purpose of this package is to substitute [`nodejs-health-checker`](https://github.com/gritzkoo/nodejs-health-checker) package and standardize the liveness and readiness actions for Nodejs applications running in Kubernetes deployments, without adding complexity and extra package installs.

Read more about migrating from `nodejs-health-checker` or creating your tests in [MIGRATIONS GUIDELINES](docs/MIGRATIONS.md)
Read more about migrating from [`nodejs-health-checker`](https://github.com/gritzkoo/nodejs-health-checker) or creating your tests in [MIGRATIONS GUIDELINES](docs/MIGRATIONS.md)

___

Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nodejs-health-checker-lw",
"version": "1.0.0",
"description": "A successor package for nodejs-health-checker",
"version": "1.0.1",
"description": "The main purpose of this package is to substitute nodejs-health-checker package and standardize the liveness and readiness actions for Nodejs applications running in Kubernetes deployments, without adding complexity and extra package installs.",
"main": "dist/index.js",
"scripts": {
"test": "jest",
Expand All @@ -15,9 +15,14 @@
"keywords": [
"healthcheck",
"health-check",
"health-checker",
"healthchecker",
"liveness",
"livenessProbe",
"readiness",
"k8s-probes"
"readinessProbe",
"k8s-probes",
"pods"
],
"author": "Gritzko D. Kleiner",
"license": "MIT",
Expand Down

0 comments on commit 243359e

Please sign in to comment.