From e100fcd18c9d2013a9d19c264a623aa051ed899a Mon Sep 17 00:00:00 2001 From: ryanmerolle Date: Thu, 30 Jun 2022 22:15:05 -0400 Subject: [PATCH] update README --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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.