diff --git a/examples/fetch-key-hkp.js b/examples/fetch-key-hkp.js index 91a36ad..ef36df2 100644 --- a/examples/fetch-key-hkp.js +++ b/examples/fetch-key-hkp.js @@ -1,8 +1,8 @@ const doip = require('../src') const main = async () => { - // Fetch the key using WKD - const key = await doip.keys.fetchWKD("test@doip.rocks") + // Fetch the key using HKP + const key = await doip.keys.fetchHKP("test@doip.rocks") // Process it to extract the UIDs and their claims const obj = await doip.keys.process(key)