From b8e2257e5c3814b2178e4fce64172ba1f07469c5 Mon Sep 17 00:00:00 2001 From: vijayshinva Date: Wed, 18 Nov 2020 11:45:43 +0530 Subject: [PATCH] Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index caa3ed5..3c1cffa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ A .NET core tool for cryptography. ## Overview - [Features](#features) - [Installation](#installation) -- [Update](#update) - [Usage](#usage) - [Examples](#examples) - [Contributing](#contributing) @@ -36,7 +35,6 @@ For offline installation, download the [nuget package][nuget-package] into a fol dotnet tool install --global Kryptos --add-source FolderWithKryptosNuget\ ``` -## Update **Kryptos** is under active development and new features are being added. Update to the latest version using the command below. ``` dotnet tool update --global Kryptos @@ -64,7 +62,7 @@ kryptos --help ``` 4. Decode a JWT token ``` - kryptos jwt dec -t eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c + kryptos jwt dec -t eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IlZpamF5c2hpbnZhIEthcm51cmUiLCJpYXQiOjE1MTYyMzkwMjIsImF1ZCI6Imh0dHBzOi8vZ2l0aHViLmNvbS92aWpheXNoaW52YS9rcnlwdG9zIn0.ufklYra5bLYKM-FWnmxI0Tsw_ILmTIDK0cJ7ZkPfwfE ``` ## Contributing