Skip to content

Commit

Permalink
[fix] readme git link
Browse files Browse the repository at this point in the history
  • Loading branch information
Garume committed Apr 26, 2024
1 parent df809f4 commit 6f2cdd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ Context Circle Menu is a simple open-source tool for Unity. It lets users open a
3. Enter the following URL

```
https://github.com/Garume/Context-Circle-Menu.git?path=/Assets/ContextCicleMenu
https://github.com/Garume/ContextCircleMenu.git?path=/Assets/ContextCircleMenu
```

Or open Packages/manifest.json and add the following to the dependencies block

```
{
"dependencies": {
"com.garume.context-circle-menu": "https://github.com/Garume/Context-Circle-Menu.git?path=/Assets/ContextCicleMenu"
"com.garume.context-circle-menu": "https://github.com/Garume/ContextCircleMenu.git?path=/Assets/ContextCircleMenu"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ Context Circle Menu はUnity用のシンプルなツールです。円形のメ
3. 以下を入力する

```
https://github.com/Garume/Context-Circle-Menu.git?path=/Assets/ContextCicleMenu
https://github.com/Garume/ContextCircleMenu.git?path=/Assets/ContextCircleMenu
```

あるいはPackages/manifest.jsonを開き、dependenciesブロックに以下を追記

```
{
"dependencies": {
"com.garume.context-circle-menu": "https://github.com/Garume/Context-Circle-Menu.git?path=/Assets/ContextCicleMenu"
"com.garume.context-circle-menu": "https://github.com/Garume/ContextCircleMenu.git?path=/Assets/ContextCircleMenu"
}
}
```
Expand Down

0 comments on commit 6f2cdd9

Please sign in to comment.