diff --git a/subjects/devops/json-researcher/README.md b/subjects/devops/json-researcher/README.md index f37ffd3e..8647b079 100644 --- a/subjects/devops/json-researcher/README.md +++ b/subjects/devops/json-researcher/README.md @@ -54,7 +54,7 @@ $cat fruit.json | grep color $ ``` -May you will need to use `pipe (|)` and `&&`. +You may need to use pipes `(|)` and the logical operator `&&`. > You have to use Man or Google to know more about commands flags, in order to solve this exercise! > Google and Man will be your friends! \ No newline at end of file