From 45c603097106967ce53c78e92dae7cd4048ec750 Mon Sep 17 00:00:00 2001 From: Kemal Ahmed Date: Fri, 12 Feb 2021 23:21:56 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d22e7cd..0f7f72e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Based on [![npm version](https://badgen.net/npm/v/run-con)](https://www.npmjs.com/package/run-con) [![dependencies Status](https://badgen.net/david/dep/goatandsheep/run-con)](https://david-dm.org/goatandsheep/run-con) -[![codecov](https://badgen.net/codecov/c/github/goatandsheep/run-con)](https://codecov.io/gh/goatandsheep/run-con) +[![codecov](https://codecov.io/gh/goatandsheep/rc/branch/main/graph/badge.svg?token=8XbycgIgai)](https://codecov.io/gh/goatandsheep/rc) [![npm downloads](https://img.shields.io/npm/dt/run-con.svg?style=flat-square)](https://www.npmjs.com/package/run-con) ## Usage @@ -198,7 +198,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.*