Skip to content

Commit f1645c8

Browse files
committed
Update README.md
1 parent 7ea6d8e commit f1645c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Enable the plugin in `/opt/netbox/netbox/netbox/configuration.py`,
4646

4747
```python
4848
PLUGINS = [
49-
'netbox-changelog-diff-plugin'
49+
'netbox_changelog_diff_plugin'
5050
]
5151

5252
PLUGINS_CONFIG = {
53-
"netbox-changelog-diff-plugin": {},
53+
"netbox_changelog_diff_plugin": {},
5454
}
5555
```
5656

0 commit comments

Comments
 (0)