Update README.md

This commit is contained in:
nickmi 2018-10-23 18:58:17 +03:00 committed by GitHub
parent 3c1d89bbb5
commit 50e522f34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -416,7 +416,7 @@ var options = {
query: 'alice@example.com'
};
hkp.lookup(options).then(function(key) {
hkp.lookup(options).then( async function(key) {
var pubkey = await openpgp.key.readArmored(key);
});
```