Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eladb committed Nov 6, 2023
1 parent 22d0c4d commit 3dfdc0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The `Check` resource is a self-validation mechanism for cloud applications. Checks can be defined at
any level and can be used to check if the system is healthy at that level.

## Installation

```sh
npm i @winglibs/checks
```

## Usage

For example, a check can query the HTTP API of an app to verify it's operational:

```js
Expand Down

0 comments on commit 3dfdc0d

Please sign in to comment.