Skip to content

Commit

Permalink
updated readme to reflect the current state
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcuzzo committed Nov 21, 2019
1 parent bcebacb commit 4097e4a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# TeamViewer Powershell Module

<!--
[![Build status](https://ci.appveyor.com/api/projects/status/1n8li43y0b2aydru?svg=true)](https://ci.appveyor.com/project/Marcuzzo/psteamviewer)
[![Documentation Status](https://readthedocs.org/projects/psteamviewer/badge/?version=latest)](http://psteamviewer.readthedocs.io/en/latest/?badge=latest)
-->

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
Expand Down

0 comments on commit 4097e4a

Please sign in to comment.