From fc7e036a21c800aa696716572a2df037782c9484 Mon Sep 17 00:00:00 2001 From: Shaun Ediger Date: Tue, 16 Oct 2018 11:23:16 -0700 Subject: [PATCH] doc: Avoid downloading unscoped package by updating README with @financial-times scope --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccb2899..82fbbd3 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ In aditional, it creates a new endpoint (named \_\_health by default) which can Install via npm in the root of your Serverless service: ``` -npm install serverless-plugin-healthcheck --save-dev +npm install @financial-times/serverless-plugin-healthcheck --save-dev ``` * Add the plugin to the `plugins` array in your Serverless `serverless.yml`: ```yml plugins: - - serverless-plugin-healthcheck + - '@financial-times/serverless-plugin-healthcheck' ``` * Add a `healthcheck` property to all the events in all the functions you want to be checked.