Update README.md
This commit is contained in:
parent
3c1d89bbb5
commit
50e522f34a
|
@ -416,7 +416,7 @@ var options = {
|
||||||
query: 'alice@example.com'
|
query: 'alice@example.com'
|
||||||
};
|
};
|
||||||
|
|
||||||
hkp.lookup(options).then(function(key) {
|
hkp.lookup(options).then( async function(key) {
|
||||||
var pubkey = await openpgp.key.readArmored(key);
|
var pubkey = await openpgp.key.readArmored(key);
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user