diff --git a/packages/hybridkem-x-wing/README.md b/packages/hybridkem-x-wing/README.md index fd3466535..60dd91dbf 100644 --- a/packages/hybridkem-x-wing/README.md +++ b/packages/hybridkem-x-wing/README.md @@ -27,7 +27,7 @@ Documentation: [jsr.io](https://jsr.io/@hpke/hybridkem-x-wing/doc) | ## Installation -`@hpke/hybridkem-x-wing` need to be used with +`@hpke/hybridkem-x-wing` needs to be used with [@hpke/core](https://github.com/dajiaji/hpke-js/blob/main/packages/core/README.md), which can be installed in the same manner as desribed below. @@ -52,7 +52,7 @@ such as Cloudflare Workers and Bun. Then, you can use the module from code like this: ```ts -import { Aes128Gcm, CipherSuite, HkdfSha256 } from "@hpke/core"; +import { Aes256Gcm, CipherSuite, HkdfSha256 } from "@hpke/core"; import { HybridkemXWing } from "@hpke/hybridkem-x-wing"; ``` @@ -75,7 +75,7 @@ Using esm.sh: