diff --git a/README.md b/README.md index dd8e58b..093cd9f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -## netbox-access-lists +# netbox-access-lists -Manage simple access control lists in NetBox +A NetBox plugin for Access-List management + +## Origin + +Based on the NetBox plugin tutorial by [jeremystretch](https://github.com/jeremystretch): + +- [demo repo](https://github.com/netbox-community/netbox-plugin-demo) +- [tutorial](https://github.com/netbox-community/netbox-plugin-tutorial) + +All credit should go to Jeremy. Thanks Jeremy! + +This project just looks to build on top of this framework and model presented.