From 721dd57ed41b2c083965e8e1f1580db6c931b741 Mon Sep 17 00:00:00 2001 From: adripo Date: Sat, 23 May 2020 16:30:00 +0200 Subject: [PATCH] Fixed typo removed repeated word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18835a2..47f422b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ snap install yq ``` #### Snap notes -`yq` installs with with [_strict confinement_](https://docs.snapcraft.io/snap-confinement/6233) in snap, this means it doesn't have direct access to root files. To read root files you can: +`yq` installs with [_strict confinement_](https://docs.snapcraft.io/snap-confinement/6233) in snap, this means it doesn't have direct access to root files. To read root files you can: ``` sudo cat /etc/myfile | yq r - a.path