mattosaurus / PgpCore

.NET Core class library for using PGP
MIT License
234 stars 98 forks source link

Update readme to fix GenerateKey example command #269

Closed Jernik closed 8 months ago

Jernik commented 9 months ago

The given example for GenerateKey doesn't work if copy-pasted. The error: Argument 1: cannot convert from 'string' to 'System.IO.FileInfo' ImportExport.EncryptionHelper

I've updated the readme to pass a FileInfo object into the call instead of a string

mattosaurus commented 8 months ago

Thanks, I just updated these methods and obviously didn't quite get the docs correct!