From 2faffc2d3276c3e61be79ed5ee1e674d59a1eba2 Mon Sep 17 00:00:00 2001 From: stam Date: Tue, 19 Jan 2021 16:07:57 +0300 Subject: [PATCH] readme fix --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 18c0f96..1d1f6cb 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,11 @@ or 4. by default all data will be downloaded to `src/atlassian` folder and subfolders. ## ..install -1. go to `releases` -2. download `package` -3. ... -4. profit! +1. download latest [![Release](https://img.shields.io/github/v/release/EpicMorg/atlassian-downloader?style=flat-square)](https://github.com/EpicMorg/atlassian-downloader/releases) +2. ... +3. profit! -# Usage ans settings +# Usage and settings ## CLI args ``` @@ -50,7 +49,7 @@ File `src/appSettings.json` contains additional settings, like [loglevel](https: ### Supported log levels | Level | Enum | Description -|:-------------|:-------------:|-------------:| +|-------------|:-------------:|-------------| | `Critical` | `5` | Logs that describe an unrecoverable application or system crash, or a catastrophic failure that requires immediate attention. | `Debug` | `1` | Logs that are used for interactive investigation during development. These logs should primarily contain information useful for debugging and have no long-term value. | `Error` | `4` | Logs that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.