Skip to content

Commit

Permalink
Updated README for 4.2.0 url
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Mar 3, 2023
1 parent 592e867 commit 22a2919
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
只需要將下列 HTML 標籤複製至你的 `<head>...</head>` 網頁段落就可以開工了 🔥。

```html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.1.0/tocas.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.1.0/tocas.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.2.0/tocas.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.2.0/tocas.min.js"></script>
```

又或者你喜歡 `npm` 的話…👀
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ The fastest and most intuitive way to build diverse websites and progressive web
Just copy the HTML tags to your `<head>...</head>` section and have a blast🔥.

```html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.1.0/tocas.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.1.0/tocas.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.2.0/tocas.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.2.0/tocas.min.js"></script>
```

Or maybe you like `npm` 👀
Expand Down

0 comments on commit 22a2919

Please sign in to comment.