From 01bbd3181a7a803499054440fc4b4cfcefe4bec6 Mon Sep 17 00:00:00 2001 From: Max Vedernikov Date: Mon, 19 Feb 2024 15:41:59 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15638a3..bebdedf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @agoda-com/devfeedback +# agoda-devfeedback This is a JavaScript/TypeScript package to collect metrics that relate to developers' experience. @@ -7,13 +7,13 @@ This is a JavaScript/TypeScript package to collect metrics that relate to develo Install the package: ```bash -npm install --save-dev @agoda-com/devfeedback +npm install --save-dev agoda-devfeedback ``` or ```bash -yarn add --dev @agoda-com/devfeedback +yarn add --dev agoda-devfeedback ``` Please note that when an error happens, the package will put the error message to `devfeedback.log` file in the current working directory.