From b79a5f7590dff021c2237801d8dcd375b08e918d Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 8 Jun 2020 23:10:45 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24869fc..9b254f5 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,8 @@ module.exports = { } ``` -Debug can be set to true for some more feedback about whats happening during execution. - ### Optional +Debug set to `true` for debug logs. Can also set `pdfFilename` to overwrite filename prefix (default: `telenor-downtime`). # Usage @@ -129,7 +128,7 @@ Ubuntu/raspberry pi users can add node to apt following these instructions: http ## Yarn To get yarn check their site for always up-to-date info here https://classic.yarnpkg.com/en/docs/install/#mac-stable. -One of the easiest ways to install Yarn on macOS and generic Unix environments is via our shell script. You can install Yarn by running the following code in your terminal: +One of the easiest ways to install Yarn on macOS and generic Unix environments is via their shell script. You can install Yarn by running the following code in your terminal: ```bash curl -o- -L https://yarnpkg.com/install.sh | bash