From 5fb0d0abea0d8d31efbd7392690a34d49ab86000 Mon Sep 17 00:00:00 2001
From: Peter <1308309+AnderssonPeter@users.noreply.github.com>
Date: Sun, 8 May 2022 10:34:07 +0200
Subject: [PATCH 1/3] Update README.md

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 09253c2..308dc5a 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@
   - [Uninstall](#uninstall)
 - [Troubleshooting](#troubleshooting)
 - [Progress](#progress)
+- [Contribute](#contribute)
 - [Acknowledgements](#acknowledgements)
 
 [![PowerShell Gallery](https://img.shields.io/powershellgallery/v/powertype?style=flat-square)](https://www.powershellgallery.com/packages/PowerType)
@@ -79,6 +80,12 @@ Get-PowerTypeHistory # Used to see if any suggestions caused a exception
 
 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. 
 
+# Contribute
+If you wish to contribute the following would be greatly appreciated
+* Give this repository a Star
+* Spread the word
+* Create a pull request with a new Dictionary (See [npm](PowerType/Dictionaries/npm.ps1) for a simple example)
+* Sponsor using the button above (Only do this if you can afford to)
 
 # Acknowledgements
 This is heavily inspired by [Fish shell](https://fishshell.com/) and [fig autocomplete](https://github.com/withfig/autocomplete), some dictionaries are generated from the specifications in [Carapace-bin](https://github.com/rsteube/carapace-bin/) big thanks to [rsteube](https://github.com/rsteube) for his patience and help!

From e1fe0460112b72e5151ee0405b87e2779a434fb8 Mon Sep 17 00:00:00 2001
From: Peter <1308309+AnderssonPeter@users.noreply.github.com>
Date: Sun, 8 May 2022 15:31:01 +0200
Subject: [PATCH 2/3] Update lint-markdown.yml

---
 .github/workflows/lint-markdown.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/lint-markdown.yml b/.github/workflows/lint-markdown.yml
index 99c1c18..c0527c8 100644
--- a/.github/workflows/lint-markdown.yml
+++ b/.github/workflows/lint-markdown.yml
@@ -10,5 +10,5 @@ jobs:
       uses: actions/checkout@v2
     - name: Check for broken links
       uses: gaurav-nelson/github-action-markdown-link-check@v1
-    - name: Check for insensitive, inconsiderate writing 
-      uses: theashraf/alex-action@master
+#    - name: Check for insensitive, inconsiderate writing 
+#      uses: theashraf/alex-action@master

From d1c6cc1c3e66ea75216669b5dc1778502d4ce2b7 Mon Sep 17 00:00:00 2001
From: Peter <1308309+AnderssonPeter@users.noreply.github.com>
Date: Mon, 9 May 2022 10:32:10 +0200
Subject: [PATCH 3/3] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 308dc5a..5de2390 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ If you wish to contribute the following would be greatly appreciated
 * Give this repository a Star
 * Spread the word
 * Create a pull request with a new Dictionary (See [npm](PowerType/Dictionaries/npm.ps1) for a simple example)
-* Sponsor using the button above (Only do this if you can afford to)
+* Sponsor using the button above (Only do this if you can afford it)
 
 # Acknowledgements
 This is heavily inspired by [Fish shell](https://fishshell.com/) and [fig autocomplete](https://github.com/withfig/autocomplete), some dictionaries are generated from the specifications in [Carapace-bin](https://github.com/rsteube/carapace-bin/) big thanks to [rsteube](https://github.com/rsteube) for his patience and help!