From 3dfdc0df30e75b4c03649e49b105836e7205dd1d Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Mon, 6 Nov 2023 14:59:27 -0600 Subject: [PATCH] add installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fc9d337..5ab9caa 100644 --- a/README.md +++ b/README.md @@ -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