Skip to content

Commit d8d8dd0

Browse files
committed
docs: update README.md
1 parent 5ed7edc commit d8d8dd0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ python-plugin-template/
1616
│ └── endstone_plugin/ # Directory for the plugin package
1717
│ ├── __init__.py # Initializer for the package, importing ExamplePlugin class from example_plugin.py
1818
│ ├── example_plugin.py # Implementation of ExamplePlugin class
19-
│ ├── python_command.py # Implementation of custom command /python with an executor
20-
│ └── test_command.py # Implementation of custom command /test without an executor
19+
│ └── python_command.py # Custom command executor for /python
2120
├── .gitignore # Git ignore rules
2221
├── CHANGELOG.md # Changelogs
2322
├── LICENSE # License details

0 commit comments

Comments
 (0)