Skip to content

Commit 110b821

Browse files
authored
Update README_ZH.md (#3433)
fix Demo -> Deno
1 parent 45107f7 commit 110b821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ pnpm add zod # pnpm
326326

327327
### `deno.land/x` (Deno)安装
328328

329-
和 Node 不同,Demo 依靠一个直接的 URL 导入而非像 npm 这样的包管理器。可以这样导入最新版本的 Zod:
329+
和 Node 不同,Deno 依靠一个直接的 URL 导入而非像 npm 这样的包管理器。可以这样导入最新版本的 Zod:
330330

331331
```ts
332332
import { z } from "https://deno.land/x/zod/mod.ts";

0 commit comments

Comments
 (0)