From 3349fab89e23e13c48d70e4ce6fe78ba4a2b1d77 Mon Sep 17 00:00:00 2001 From: Yash Murty Date: Sat, 22 May 2021 01:07:52 +0900 Subject: [PATCH] Fix link in README's table of contents (#1307) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81518704..6c660e67 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ OpenPGP.js [![BrowserStack Status](https://automate.browserstack.com/badge.svg?b - [Examples](#examples) - [Encrypt and decrypt *Uint8Array* data with a password](#encrypt-and-decrypt-uint8array-data-with-a-password) - [Encrypt and decrypt *String* data with PGP keys](#encrypt-and-decrypt-string-data-with-pgp-keys) - - [Encrypt with compression](#encrypt-with-compression) + - [Encrypt symmetrically with compression](#encrypt-symmetrically-with-compression) - [Streaming encrypt *Uint8Array* data with a password](#streaming-encrypt-uint8array-data-with-a-password) - [Streaming encrypt and decrypt *String* data with PGP keys](#streaming-encrypt-and-decrypt-string-data-with-pgp-keys) - [Generate new key pair](#generate-new-key-pair)