diff --git a/README.md b/README.md index e67b30ff..eb014973 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The first thing you probably want to do is generate you some nice tasty Key Pair ``` PGPSecretKeyRing keyRing = PGPainless.generateKeyRing() - .simpleRsaKeyRing("Juliet <juliet@montague.lit>", RsaLength._4096); + .simpleRsaKeyRing("Juliet ", RsaLength._4096); ``` but feel free to explore the API further. PGPainless allows you to create Key Pairs consisting of a master key plus several sub keys, even with different algorithms at the same time!