From e49093f6d16378c3798ed48be640194b51dafc02 Mon Sep 17 00:00:00 2001 From: Matteo Baccan Date: Fri, 11 Mar 2022 01:33:36 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a245989..874a2c6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A simple library to work with JSON Web Token and JSON Web Signature for Harbour Package is available on [GitHub](https://github.com/matteobaccan/HarbourJwt/blob/main/lib/jwt.hrb), ```shell -wget https://github.com/matteobaccan/HarbourJwt/blob/main/lib/jwt.hrb +wget https://github.com/matteobaccan/HarbourJwt/blob/main/lib/jwt.hrb?raw=true ``` ## Documentation @@ -112,4 +112,4 @@ oJWT:GetError() You can get the decode error ## Contribution -Feel free to update this code with new PR \ No newline at end of file +Feel free to update this code with new PR