Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderssonPeter committed Jan 26, 2022
2 parents 3d599dd + ce8cb5a commit 626de5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Install-Module PowerType -AllowPrerelease
Enable-PowerType
```

If you now type `git` you should get some basic autocompletion, the [dictionary for git](PowerType/Dictionaries/git.ps1) is far from complete and dosent know about all commands and parameters yet.
If you now type `git` you should get some basic autocompletion, the [dictionary for git](PowerType/Dictionaries/git.ps1) is far from complete and dosen't know about all commands and parameters yet.

To uninstall run
```Powershell
Expand All @@ -51,7 +51,7 @@ Uninstall-Module PowerType
[![GitHub milestone](https://img.shields.io/github/milestones/progress/AnderssonPeter/PowerType/3?style=flat-square)](https://github.com/AnderssonPeter/PowerType/milestone/3)
[![GitHub milestone](https://img.shields.io/github/milestones/progress/AnderssonPeter/PowerType/4?style=flat-square)](https://github.com/AnderssonPeter/PowerType/milestone/4)

This project is far from done but has the aim to provide autocomplete for common cli tools like [git](PowerType/Dictionaries/git.ps1), docker, dotnet, node, npm and many more while using powershell.
This project is far from done but has the aim to provide autocomplete for common cli tools like [git](PowerType/Dictionaries/git.ps1), [npm](PowerType/Dictionaries/npm.ps1), [adb](PowerType/Dictionaries/adb.ps1), docker, dotnet, node and many more while using powershell.


# Acknowledgements
Expand Down

0 comments on commit 626de5e

Please sign in to comment.