From 7b6f875920396d4978ea9fe5d42d601c939ec71b Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 18 Dec 2020 13:51:43 +0100 Subject: [PATCH] docs: 'like so' -> 'as in the following example' Signed-off-by: Hidde Beydals --- action/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/README.md b/action/README.md index d00e9007..84d93039 100644 --- a/action/README.md +++ b/action/README.md @@ -11,7 +11,7 @@ Usage: ``` This action places the `flux` binary inside your repository root under `bin/flux`. -You should add `bin/flux` to your `.gitignore` file like so: +You should add `bin/flux` to your `.gitignore` file, as in the following example: ```gitignore # ignore flux binary