Skip to content

Commit

Permalink
Update customization guide
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerberndt committed Dec 26, 2024
1 parent 7d0ab9f commit 77ba32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ logger.debug("Loading my extension...")

### Automatic Registration

One of Legion's most powerful features is its automatic registration system. When you create a new action or handler, you don't need to manually register it anywhere. Simply defining the class in a module within your extension directory is enough:
When you create a new action or handler, you don't need to manually register it anywhere. Simply defining the class in a module within your extension directory is enough:

```python
# extensions/my_extension/actions.py
Expand Down

0 comments on commit 77ba32c

Please sign in to comment.