diff --git a/docs/user/faq.md b/docs/user/faq.md index 2226f4d..4754316 100644 --- a/docs/user/faq.md +++ b/docs/user/faq.md @@ -14,7 +14,7 @@ f"manufacturer__{device.device_type.manufacturer.name}", _Why is the plugin installed as nautobot_plugin_nornir and not nautobot_nornir?_ -There is already a repository called `nornir-nautbot` and in order to avoid the confusion of both a `nornir-nautobot` and `nautobot-nornir`, the word `plugin` was left in the name. While it is clear that this will still remain confusing, it was deemed the lesser of two evils. +There is already a repository called `nornir-nautobot` and in order to avoid the confusion of both a `nornir-nautobot` and `nautobot-nornir`, the word `plugin` was left in the name. While it is clear that this will still remain confusing, it was deemed the lesser of two evils. _What is the difference between `nautobot_plugin_nornir` and `nornir_settings`? Why not just flatten?_