diff --git a/README.md b/README.md index 7d32ea9..54e7b8e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ JWT Editor is a secure and easy-to-use offline tool designed for visualizing and - Sign a JWT using a provided private key or secret. - Supports the following algorithms: - HS256, HS384, HS512 - - RS256, RS384, RS512 + - RS256, RS384, RS512 - ES256, ES384, ES512 - PS256, PS384, PS512 - Supports the following public and private key formats: @@ -36,4 +36,4 @@ For maximum security, I recommend reviewing the source code and compiling the ap 1. Install Rust (https://rustup.rs/) 2. Install Node.JS >= 18.16.0 (https://nodejs.org/) 3. Run `npm install` to install all necessary JavaScript dependencies. -4. Run `npm run tauri build` to compile the Tauri application. More details on building Tauri applications can be found [here](https://tauri.app/v1/guides/building/). \ No newline at end of file +4. Run `npm run tauri build` to compile the Tauri application. More details on building Tauri applications can be found [here](https://tauri.app/v1/guides/building/).