From 542faec0e8434f76797697f764ae0d1280cae32d Mon Sep 17 00:00:00 2001 From: Alexandre Rafalovitch Date: Thu, 26 Jul 2018 10:42:45 -0400 Subject: [PATCH] Trivial spelling fix Mulit->Multi --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9aa4978..169d61d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ sudo wget -q https://github.com/ahoy-cli/ahoy/releases/download/2.0.0/ahoy-bin-` ``` ### New Features in v2 -- Implements a new feature to import mulitple config files using the "imports" field. +- Implements a new feature to import multiple config files using the "imports" field. - Uses the "last in wins" rule to deal with duplicate commands amongst the config files. - Better handling of quotes by no longer using `{{args}}`. Use regular bash syntax like `"$@"` for all arguments, or `$1` for the first argument. - You can now use a different entrypoint (the thing that runs your commands) instead of bash. Ex. using PHP, Node.js, Python, etc. @@ -83,8 +83,8 @@ commands: complex-command: usage: Show more advanced features. - cmd: | # We support mulit-line commands with pipes. - echo "mulit-line bash script"; + cmd: | # We support multi-line commands with pipes. + echo "multi-line bash script"; # You can call other ahoy commands. ahoy simple-command # you can take params