Skip to content

Commit

Permalink
General updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kjacobsen committed Nov 17, 2018
1 parent 5d8ddb0 commit 4364813
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.MD
@@ -1,5 +1,7 @@
# Posh-SYSLOG

![Build Status](https://build.status.url.here)

## Description

A module for sending SYSLOG messages from PowerShell.
Expand Down Expand Up @@ -36,14 +38,24 @@ Once installed from the PowerShell Gallery, you can update it using:
PS> Update-Module -Name Posh-SYSLOG
```

### Removing Posh-SYSLOG
### Uninstalling Posh-SYSLOG

To remove Posh-SYSLOG:

``` PowerShell
PS> Uninstall-Module -Name Posh-SYSLOG
```

## Contributing to Posh-SYSLOG

Interested in contributing? Read how you can [Contribute](contributing.md) to Posh-SYSLOG

This project maintains a [Code of Conduct](code-of-conduct.md) that establishes how the project is governed and how everyone involved is expected to behave. You can report unacceptable behavior to [Developer@PowerShellis.Cool](mailto:Developer@PowerShellis.Cool).

## Release History

A detailed release history is contained in the [Change Log](CHANGELOG.md).

## License

Posh-SYSLOG is provided under the [MIT license](LICENSE.MD).
Posh-SYSLOG is provided under the [MIT license](LICENSE.md).

0 comments on commit 4364813

Please sign in to comment.