Skip to content

Commit 443d44e

Browse files
authored
Update README.md
1 parent 1b2fc9a commit 443d44e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The ScriptableObjectCollection exists to help you deal with scriptable objects w
1212

1313

1414
![wizard](/Documentation~/create-collection-wizzard.png)
15-
![Static access to your items](https://github.com/badawe/ScriptableObjectCollection/blob/master/Documentation~/code-access.gif)
16-
![DropDown for selecting Collectable Values](https://github.com/badawe/ScriptableObjectCollection/blob/master/Documentation~/property-drawer.gif)
15+
![Static access to your items](https://github.com/brunomikoski/ScriptableObjectCollection/blob/master/Documentation~/code-access.gif)
16+
![DropDown for selecting Collectable Values](https://github.com/brunomikoski/ScriptableObjectCollection/blob/master/Documentation~/property-drawer.gif)
1717

18-
Check the [FAQ](https://github.com/badawe/ScriptableObjectCollection/wiki/FAQ) with more examples and use examples.
18+
Check the [FAQ](https://github.com/brunomikoski/ScriptableObjectCollection/wiki/FAQ) with more examples and use examples.
1919

2020

2121
## Features
@@ -36,7 +36,7 @@ Check the [FAQ](https://github.com/badawe/ScriptableObjectCollection/wiki/FAQ) w
3636
4. After you are done, click on Generate Code on the collection to generate the Static access to those objects
3737

3838

39-
## [FAQ](https://github.com/badawe/ScriptableObjectCollection/wiki/FAQ)
39+
## [FAQ](https://github.com/brunomikoski/ScriptableObjectCollection/wiki/FAQ)
4040

4141

4242
## System Requirements
@@ -55,12 +55,12 @@ openupm add com.brunomikoski.scriptableobjectcollection
5555
### Manifest
5656
You can also install via git URL by adding this entry in your **manifest.json**
5757
```
58-
"com.brunomikoski.scriptableobjectcollection": "https://github.com/badawe/ScriptableObjectCollection.git"
58+
"com.brunomikoski.scriptableobjectcollection": "https://github.com/brunomikoski/ScriptableObjectCollection.git"
5959
```
6060

6161
### Unity Package Manager
6262
```
63-
from Window->Package Manager, click on the + sign and Add from git: https://github.com/badawe/ScriptableObjectCollection.git
63+
from Window->Package Manager, click on the + sign and Add from git: https://github.com/brunomikoski/ScriptableObjectCollection.git
6464
```
6565

6666
## License TL:DR

0 commit comments

Comments
 (0)