From 83944e0a45a95efda7a0088a0b474e7378b3288e Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 30 Mar 2021 16:34:51 +0200 Subject: [PATCH] Update readme (#5) * README(.md): module is now on NetboxPS folder * README(.md): enhance connect example * README(.md): Update url of netbox github --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6391809..a2e8ee6 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This module is beta. Use it at your own risk. I have only added functions as I have needed them, so not everything is available. # Description -This module is a wrapper for the [Netbox](https://github.com/digitalocean/netbox) API. +This module is a wrapper for the [Netbox](https://github.com/netbox-community/netbox) API. # Usage -1. Install module from the `dist` folder +1. Install module from the `netboxPS` folder 2. Import module -3. Connect to an API endpoint by using `Connect-NetboxAPI` \ No newline at end of file +3. Connect to an API endpoint by using `Connect-NetboxAPI -Hostname netbox.example.com` \ No newline at end of file