@synonymdev/pubky 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/browser.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,7 @@ let homeserver = PublicKey.from("8pinxxgqs41n4aididenw5apqp1urfmzdztr8jt4abrkdn4
24
24
 
25
25
  await client.signup(keypair, homeserver)
26
26
 
27
- const publicKey = keypair.public_key();
27
+ const publicKey = keypair.publicKey();
28
28
 
29
29
  // Pubky URL
30
30
  let url = `pubky://${publicKey.z32()}/pub/example.com/arbitrary`;