Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayshinva committed Nov 18, 2020
1 parent 13717ac commit b8e2257
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ A .NET core tool for cryptography.
## Overview
- [Features](#features)
- [Installation](#installation)
- [Update](#update)
- [Usage](#usage)
- [Examples](#examples)
- [Contributing](#contributing)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b8e2257

Please sign in to comment.