diff --git a/README.md b/README.md index a7a004f..63352aa 100644 --- a/README.md +++ b/README.md @@ -31,19 +31,32 @@ EasyRSA is MIT licensed and brought to you by the secure PHP development team at You can generate 2048-bit keys (or larger) using EasyRSA. The default size is 2048. ```php -use \ParagonIE\EasyRSA\KeyPair; +getPrivateKey(); $publicKey = $keyPair->getPublicKey(); +``` + +#### Getting the Raw Key +```php +getKey()); ``` ### Encrypting/Decrypting a Message ```php -use \ParagonIE\EasyRSA\EasyRSA; +