From 4097e4a087a7984e04d1ced3d6157a0ab1ef9383 Mon Sep 17 00:00:00 2001 From: Marco Micozzi Date: Fri, 22 Nov 2019 00:01:13 +0100 Subject: [PATCH] updated readme to reflect the current state --- README.MD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index d2822b4..7edd12a 100644 --- a/README.MD +++ b/README.MD @@ -1,21 +1,23 @@ # TeamViewer Powershell Module + This is a PowerShell module API wrapper for the [TeamViewer API](https://integrate.teamviewer.com/en/develop/api/). ## Description This is a Powershell module to interact with the TeamViewer API. -*This is still a work in progress* +> *This is still a work in progress and some functions have not been tested.* ## Installing -The module is available on [PowershellGallery](https://www.powershellgallery.com/packages/PSTeamViewer) +The 'old' module is available on [PowershellGallery](https://www.powershellgallery.com/packages/PSTeamViewer) ```powershell -Install-Module -Name PSTeamViewer +Install-Module -Name PSTeamViewer ``` ## Documentation