Skip to content

Commit

Permalink
Update README.md (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
goatandsheep authored Feb 13, 2021
1 parent 72f9a36 commit 77c0330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.*



Expand Down

0 comments on commit 77c0330

Please sign in to comment.