From 288af4f13ef0f1b740f1a8f1bbe995033ce9ecdc Mon Sep 17 00:00:00 2001 From: 0xflotus <[email protected]> Date: Thu, 4 Jun 2020 00:14:10 +0200 Subject: [PATCH] (docs): fixed small typo error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6522e2..610ebd5 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Here is the expected output from various commands: ] } ``` -*Now the `port` comes from the `config.json` file specified (overriding the value from `.myapprc`), and `foo` value is overriden by command-line despite also being specified in the `config.json` file.* +*Now the `port` comes from the `config.json` file specified (overriding the value from `.myapprc`), and `foo` value is overridden by command-line despite also being specified in the `config.json` file.*