Skip to content

Commit 4b57cd4

Browse files
committed
docs: update
1 parent d3717b0 commit 4b57cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ import { getAsyncTask, removeEmptyValues } from '@iceywu/utils'
4242
<head>
4343
<meta charset="UTF-8" />
4444
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
45-
<title>Document</title>
45+
<title>@iceywu/utils</title>
4646
</head>
4747
<body>
4848
<h1>@iceywu/utils Test</h1>
4949
<script type="module">
50-
import { consolePlus } from "https://fastly.jsdelivr.net/npm/@iceywu/utils@0.0.44/dist/index.mjs";
50+
import { consolePlus } from "https://fastly.jsdelivr.net/npm/@iceywu/utils@latest/dist/index.mjs";
5151
consolePlus.log("print", 666);
5252
</script>
5353
</body>

0 commit comments

Comments
 (0)