Skip to content

Commit ec4d56b

Browse files
committed
Updated readme files
1 parent d25ca93 commit ec4d56b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ Use the url ```https://github.com/FellowshipOfTheGame/DialogueModule.git#upm```
1313

1414
- __Editing the Packages/manifest.json file directly__
1515

16-
Make sure this project is in the dependencies list as shown below and open the project as usual:
16+
Make sure this project and its depencency are in the dependencies list as shown below and open the project as usual:
1717

1818
{
1919
"dependencies": {
20-
"com.fellowshipofthegame.dialoguemodule": "https://github.com/FellowshipOfTheGame/DialogueModule.git#upm"
20+
"com.fellowshipofthegame.dialoguemodule": "https://github.com/FellowshipOfTheGame/DialogueModule.git#upm",
21+
"com.malee.reorderablelist": "https://github.com/cfoulston/Unity-Reorderable-List.git#1.0.1"
2122
}
2223
}
2324

README_PORTUGUÊS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ Insira a url ```https://github.com/FellowshipOfTheGame/DialogueModule.git#upm```
1111

1212
- __Editando o arquivo Packages/manifest.json diretamente__
1313

14-
Se certifique que este projeto está na lista de dependências como mostrado abaixo e abra o projeto normalmente:
14+
Se certifique que este projeto e a sua dependência estão na lista de dependências como mostrado abaixo e abra o projeto normalmente:
1515

1616
{
1717
"dependencies": {
18-
"com.fellowshipofthegame.dialoguemodule": "https://github.com/FellowshipOfTheGame/DialogueModule.git#upm"
18+
"com.fellowshipofthegame.dialoguemodule": "https://github.com/FellowshipOfTheGame/DialogueModule.git#upm",
19+
"com.malee.reorderablelist": "https://github.com/cfoulston/Unity-Reorderable-List.git#1.0.1"
1920
}
2021
}
2122

0 commit comments

Comments
 (0)