From 3de69b83e7505bbdf976d74baf59d7e8235b6f6e Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 20 Oct 2021 14:33:41 +0200 Subject: [PATCH] Small README fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b41f6db9..d66357fc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ SPDX-License-Identifier: Apache-2.0 PGPainless aims to make using OpenPGP in Java projects as simple as possible. It does so by introducing an intuitive Builder structure, which allows easy -setup of encryptionOptions / decryption operations, as well as straight forward key generation. +setup of encryption/decryption operations, as well as straight forward key generation. PGPainless is based around the Bouncycastle java library and can be used on Android down to API level 10. It can be configured to either use the Java Cryptographic Engine (JCE), or Bouncycastles lightweight reimplementation.