From 39a2b652bae1a7189d86b24e6b99e7be7e8871ec Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sun, 29 Sep 2019 21:30:19 +0200 Subject: [PATCH] Fix grammar error in docs --- docs/matches.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/matches.md b/docs/matches.md index ad0bcab..5a88bff 100644 --- a/docs/matches.md +++ b/docs/matches.md @@ -108,7 +108,7 @@ place it anywhere you want and paste the following code: print("Hello from python") ``` -Now take note of the **path** of the script, and add the following match to espanso configuration: +Now take note of the **path** of the script, and add the following match to the espanso configuration: {% raw %} ```yaml @@ -124,8 +124,8 @@ Now take note of the **path** of the script, and add the following match to espa ``` {% endraw %} -As always, restart espanso with `espanso restart` and you should have this match expand into the output -of the script! +As always, restart espanso with `espanso restart`. +If you now try to type `:pyscript` anywhere, you should see `Hello from python` appear. You can do the same thing with any programming language, just change the `args` array accordingly. @@ -162,7 +162,7 @@ IP address! #### Bash pipes -This extension also supports bash **pipes** as you would do in your shell, such as: +This extension also supports bash **pipes** as your shell, such as: {% raw %} ```yml