@naeemo/capnp 0.9.1 → 0.9.3

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.
package/README.md CHANGED
@@ -19,7 +19,7 @@ A pure TypeScript implementation of Cap'n Proto, featuring zero-copy deserializa
19
19
  ## Installation
20
20
 
21
21
  ```bash
22
- npm install @naeemo/capnp
22
+ pnpm add @naeemo/capnp
23
23
  ```
24
24
 
25
25
  ## Quick Start
package/README.zh.md CHANGED
@@ -18,7 +18,7 @@
18
18
  ## 安装
19
19
 
20
20
  ```bash
21
- npm install @naeemo/capnp
21
+ pnpm add @naeemo/capnp
22
22
  ```
23
23
 
24
24
  ## 快速开始