Skip to content

Commit

Permalink
docs: typo fix Update developing_plugins.md (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
defitricks authored Dec 23, 2024
1 parent 52eb9bb commit ccbc765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguides/developing_plugins.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Developing Plugins

Your plugin project can be any type of python project, so long as its package name starts with `ape-` (such as `ape-ethereum`).
The module and plugin directory name must start with `ape_` (such as `ape_ethereum`).
The module and plugin directory names must start with `ape_` (such as `ape_ethereum`).
To create an `ape` plugin, implement one or more API classes from the `ape.api` namespace and/or add key
`ape_cli_subcommands` to your entry-points list in your project's `setup.py`, depending on what type of plugin you want to create.
This guide is intended to assist in both of those use cases.
Expand Down

0 comments on commit ccbc765

Please sign in to comment.