diff --git a/README.md b/README.md index 8a1de8f..9dbc2a6 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ common utils for golang - [log](utils/log): Golang log library base [logrus](https://github.com/sirupsen/logrus) and [logrus-prefixed-formatter](https://github.com/x-cray/logrus-prefixed-formatter) -- [jbls](utils/jbls): JetBrains license server, Just for test and study, Please support genuine. \ No newline at end of file +- [jbls](utils/jbls): JetBrains license server, Just for test and study, Please support genuine. + +- [jwt](utils/jwt): This is a simple tool to sign, verify and show JSON Web Tokens from the command line. diff --git a/utils/jwt/README.md b/utils/jwt/README.md index f9daec4..9bedce7 100644 --- a/utils/jwt/README.md +++ b/utils/jwt/README.md @@ -1,8 +1,7 @@ `jwt` command-line tool ======================= -This is a simple tool to sign, verify and show JSON Web Tokens from -the command line. +This is a simple tool to sign, verify and show JSON Web Tokens from the command line. ```shell # The following will create and sign a token