Skip to content

Commit

Permalink
revised README
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhitsolutions committed Dec 15, 2017
1 parent aa3d1c1 commit c9b3b80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This PowerShell module contains commands that make it easier to work with type e
## Release
The current release is [v1.0.0](https://github.com/jdhitsolutions/PSTypeExtensionTools/releases/tag/v1.0.0).

You can also install from the PowerShell Gallery:

```
Install-Module PSTypeExtensionTools
```
## Example
Let's say you want to update a number object, but you have no idea what the type name is. Once you have read help for the commands in this module you could run a PowerShell command like this:
```
Expand Down

0 comments on commit c9b3b80

Please sign in to comment.