From d2e0a19aae9483906c397d21bdadbc8f3f1d6d8f Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Mon, 3 Oct 2016 00:41:34 -0400 Subject: [PATCH] Add missing semicolon to aws_cli entry in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77b3064..e02b781 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ The Fuck tries to match a rule for the previous command, creates a new command using the matched rule and runs it. Rules enabled by default are as follows: * `ag_literal` – adds `-Q` to `ag` when suggested; -* `aws_cli` – fixes misspelled commands like `aws dynamdb scan` +* `aws_cli` – fixes misspelled commands like `aws dynamdb scan`; * `cargo` – runs `cargo build` instead of `cargo`; * `cargo_no_command` – fixes wrongs commands like `cargo buid`; * `cd_correction` – spellchecks and correct failed cd commands;