From 5fd4f74701173bc77982c1cc320115f34d3700c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Zawadzki?= Date: Mon, 8 Oct 2018 22:20:17 +0200 Subject: [PATCH] Added back-ticks for the consistency (#845) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fa401e..0be887a 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ following rules are enabled by default: * `go_run` – appends `.go` extension when compiling/running Go programs; * `gradle_no_task` – fixes not found or ambiguous `gradle` task; * `gradle_wrapper` – replaces `gradle` with `./gradlew`; -* `grep_arguments_order` – fixes grep arguments order for situations like `grep -lir . test`; +* `grep_arguments_order` – fixes `grep` arguments order for situations like `grep -lir . test`; * `grep_recursive` – adds `-r` when you try to `grep` directory; * `grunt_task_not_found` – fixes misspelled `grunt` commands; * `gulp_not_task` – fixes misspelled `gulp` tasks;