un-escape <>

This commit is contained in:
Paul Schaub 2018-06-28 15:49:32 +02:00
parent 890032aa48
commit af1d35d394
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -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 &lt;juliet@montague.lit&gt;", RsaLength._4096);
.simpleRsaKeyRing("Juliet <juliet@montague.lit>", 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!