Skip to content

Commit

Permalink
Update virion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 authored Apr 27, 2024
1 parent e258a03 commit 3e49af2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions virion.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ To develop a virion, create a composer library by creating the composer.json:
"php": "^8.1" # OPTIONAL but RECOMMENDED if pmmp/pocketmine-mp is omitted
},
"autoload": {
"classmap": ["FolderContainingPluginYml/src"]
"classmap": ["src"]
},
"extra": {
"virion": {
Expand Down Expand Up @@ -186,7 +186,7 @@ To use a virion, first create a composer.json for your project:
"pocketmine/pocketmine-mp": "^5.0.0"
},
"autoload": {
"classmap": ["FolderContainingPluginYml/src"]
"classmap": ["src"]
}
}
```
Expand All @@ -202,7 +202,7 @@ just like normal composer libraries:
"pocketmine/pocketmine-mp": "^5.0.0"
},
"autoload": {
"classmap": ["FolderContainingPluginYml/src"]
"classmap": ["src"]
}
}
```
Expand Down

0 comments on commit 3e49af2

Please sign in to comment.