diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index 1fdc190..4faf10a 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -54,7 +54,7 @@ services: netbox-worker: image: netbox:latest-plugins ``` -This configuration will change the ports `NGINX` will use. It will also select the build file created in previous steps and tell the `netbox-worker` service to now use the new image (netbox:latest-plugins) that has been created. +This configuration will change the ports `Netbox` will use. It will also select the build file created in previous steps and tell the `netbox-worker` service to now use the new image (netbox:latest-plugins) that has been created. ## Build and Deploy To build and deploy this in docker two commands are required.