From aaf48bfb0eb4307467a4ee84c3cc1b1a2bb58445 Mon Sep 17 00:00:00 2001 From: Tom J <6306961+tomholub@users.noreply.github.com> Date: Tue, 12 Jan 2021 14:31:43 +0000 Subject: [PATCH] fixed readme? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76a9be07..78685eb9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The entry point to the API is the `PGPainless` class. Here you can find methods The first thing you probably want to do is generate you some nice tasty Key Pairs. The most straight forward way to do so is by calling ```java - PGPSecretKeyRing keyRing = PGPainless.generateKeyRing() + PGPKeyRing keyRing = PGPainless.generateKeyRing() .simpleRsaKeyRing("Juliet ", RsaLength._4096); ```