diff --git a/{{cookiecutter.hyphenated}}/README.md b/{{cookiecutter.hyphenated}}/README.md index 6d0d2c7..1319f32 100644 --- a/{{cookiecutter.hyphenated}}/README.md +++ b/{{cookiecutter.hyphenated}}/README.md @@ -40,11 +40,11 @@ Enable the plugin in `/opt/netbox/netbox/netbox/configuration.py`, ```python PLUGINS = [ - '{{ cookiecutter.hyphenated }}' + '{{ cookiecutter.underscored }}' ] PLUGINS_CONFIG = { - "{{ cookiecutter.hyphenated }}": {}, + "{{ cookiecutter.underscored }}": {}, } ```