From 2908870ffbc790a2abadc0604160e08b46a9ca87 Mon Sep 17 00:00:00 2001 From: Anthony HAMON Date: Wed, 15 Aug 2018 09:14:15 +0200 Subject: [PATCH] root : update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ddc3f2..f078258 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ ghokin fmt replace features/ ### Shell commands You can run shell commands from within your feature file to transform some datas with annotations, to do so you need first to define in the config an alias and afterwards you can simply "comment" the line before the line you want to transform with that alias. -For instancen let say ```@json``` calls behind the curtain ```jq```, we could validate and format some json in our feature like so : +For instance let say ```@json``` calls behind the curtain ```jq```, we could validate and format some json in our feature like so : ``` Feature: A Feature