From 6d3d99bfaf3e170804231cb99464b0f03995d9a7 Mon Sep 17 00:00:00 2001 From: "J. G. Sebring" Date: Thu, 6 Apr 2017 12:06:32 +0200 Subject: [PATCH] fix: minor spelling error (#28) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d037f9..95c399c 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,7 @@ ipsum dolor sit amet. ``` -*Find the exact string '(Lorem|doloar)' in example.txt* +*Find the exact string '(Lorem|dolor)' in example.txt* ```bash fgrep '(Lorem|dolor)' example.txt or