From ce8cb5a2c6a9975383221bc5aefc447bb9473177 Mon Sep 17 00:00:00 2001 From: Peter <1308309+AnderssonPeter@users.noreply.github.com> Date: Wed, 26 Jan 2022 16:53:56 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c25028..95b3d44 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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