Skip to content

Commit 3319ca7

Browse files
committed
📝 fix tag link
1 parent 3bcddd7 commit 3319ca7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.en.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
> Cocos Creator Joystick Demo
44
5-
- [Version 0.2.0](<(https://github.com/YunYouJun/cocos-creator-joystick/releases/tag/v0.2.0)>) for Cocos Creator 3.0
5+
- [Version 0.2.0](https://github.com/YunYouJun/cocos-creator-joystick/releases/tag/v0.2.0) for Cocos Creator 3.0
66
- [Version 0.1.0](https://github.com/YunYouJun/cocos-creator-joystick/releases/tag/v0.1.0) for TypeScript (Cocos Creator 2.x)
77
- [Version 0.0.2](https://github.com/YunYouJun/cocos-creator-joystick/releases/tag/v0.0.2) for JavaScript (Cocos Creator 2.x)
88

99
![GitHub package.json version](https://img.shields.io/github/package-json/v/YunYouJun/cocos-creator-joystick.svg?style=social)
10-
[![Cocos Creator version](https://img.shields.io/badge/Cocos_Creator-v2.x-blue.svg?style=social)](https://www.cocos.com/creator)
10+
[![Cocos Creator version](https://img.shields.io/badge/Cocos_Creator-v3.x-blue.svg?style=social)](https://www.cocos.com/creator)
1111
![GitHub top language](https://img.shields.io/github/languages/top/YunYouJun/cocos-creator-joystick.svg?style=social&logo=typescript)
1212
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/YunYouJun/cocos-creator-joystick.svg?style=social&logo=visual-studio-code)
1313

@@ -23,16 +23,16 @@ Online Preview: [cocos-creator-joystick](https://yunyoujun.github.io/cocos-creat
2323

2424
### By import
2525

26-
> Cocos Creator v2.x -> File -> Export assets ... -> Choose -> assets/demo.fire
27-
> Cocos Creator v2.x -> File -> Import assets ...
26+
> Cocos Creator v3.x -> File -> Export assets ... -> Choose -> assets/demo.fire
27+
> Cocos Creator v3.x -> File -> Import assets ...
2828
2929
### By git
3030

3131
```sh
3232
git clone https://github.com/YunYouJun/cocos-creator-joystick.git
3333
```
3434

35-
Open with `Cocos Creator 2.x`.
35+
Open with `Cocos Creator 3.x`.
3636

3737
You can see it in `demo.fire` scene.
3838

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
> Cocos Creator 虚拟摇杆样例
44
5-
- [Version 0.2.0](<(https://github.com/YunYouJun/cocos-creator-joystick/releases/tag/v0.2.0)>) for Cocos Creator 3.0
5+
- [Version 0.2.0](https://github.com/YunYouJun/cocos-creator-joystick/releases/tag/v0.2.0) for Cocos Creator 3.0
66
- [Version 0.1.0](https://github.com/YunYouJun/cocos-creator-joystick/releases/tag/v0.1.0) for TypeScript (Cocos Creator 2.x)
77
- [Version 0.0.2](https://github.com/YunYouJun/cocos-creator-joystick/releases/tag/v0.0.2) for JavaScript (Cocos Creator 2.x)
88

99
![GitHub package.json version](https://img.shields.io/github/package-json/v/YunYouJun/cocos-creator-joystick.svg?style=social)
10-
[![Cocos Creator version](https://img.shields.io/badge/Cocos_Creator-v2.4.x-blue.svg?style=social)](https://www.cocos.com/creator)
10+
[![Cocos Creator version](https://img.shields.io/badge/Cocos_Creator-v3.x-blue.svg?style=social)](https://www.cocos.com/creator)
1111
![GitHub top language](https://img.shields.io/github/languages/top/YunYouJun/cocos-creator-joystick.svg?style=social&logo=typescript)
1212
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/YunYouJun/cocos-creator-joystick.svg?style=social&logo=visual-studio-code)
1313

@@ -23,16 +23,16 @@
2323

2424
### 通过文件导入
2525

26-
> Cocos Creator v2.x -> 文件 -> 资源导出... -> 选择 -> assets/demo.fire
27-
> Cocos Creator v2.x -> 文件 -> 资源导入...
26+
> Cocos Creator v3.x -> 文件 -> 资源导出... -> 选择 -> assets/demo.fire
27+
> Cocos Creator v3.x -> 文件 -> 资源导入...
2828
2929
### 通过 Git
3030

3131
```sh
3232
git clone https://github.com/YunYouJun/cocos-creator-joystick.git
3333
```
3434

35-
将其作为项目,通过 `Cocos Creator v2.4.x` 打开。
35+
将其作为项目,通过 `Cocos Creator v3.x` 打开。
3636

3737
你可以在 `demo` 场景中查看样例。
3838

0 commit comments

Comments
 (0)