From f8443f695905b39b993bb41d6ae00c6ebcab8d53 Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Fri, 1 Mar 2024 14:11:18 -0500 Subject: [PATCH] Updated a little bit. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6a3cf64..dd0f6ae 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This collection allows you to manage your netbird servers. - [Retrieve all Netbird Peers that _are Connected_](#retrieve-all-netbird-peers-that-are-connected) - [A More Complex example](#a-more-complex-example) - [Available data for custom groupings](#available-data-for-custom-groupings) +- [Contributing](#contributing) +- [Contributors](#contributors) ## Required Python Libraries @@ -95,3 +97,10 @@ Fields are taken directly from the responses at the [Netbird Peers API](https:// | last_login | `string` | | | approval_required | `boolean` | | | accessible_peers_count | `integer` | | + +# Contributing +Please see [CONTRIBUTING.md](https://github.com/dominion-solutions/ansible-netbird/blob/main/.github/CONTRIBUTING.md) + +# Contributors +- [Mark J. Horninger](https://github.com/spam-n-eggs) +- [All Contributors](https://github.com/dominion-solutions/ansible-netbird/graphs/contributors)