Skip to content

Commit

Permalink
Update README_ZH.md (#3433)
Browse files Browse the repository at this point in the history
fix Demo -> Deno
  • Loading branch information
sdshaoda committed Apr 23, 2024
1 parent 45107f7 commit 110b821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ pnpm add zod # pnpm

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

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

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

0 comments on commit 110b821

Please sign in to comment.