Skip to content

Commit

Permalink
chore: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Oct 3, 2019
1 parent 5d84bcf commit 54256ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -78,7 +78,6 @@ The following error codes are returned:
| `1` | A timeout occurred waiting for the port to open. |
| `2` | An unknown error occurred waiting for the port to open. The program cannot establish whether the port is open or not. |
| `3` | The address cannot be found (e.g. no DNS entry, or unresolvable). |
r

# API

Expand Down Expand Up @@ -152,11 +151,13 @@ Installing the CLI will install the manpage. The manpage is at [`./man/wait-port
Kick out a new release with:

```bash
npm version patch # or minor/major
git push --tags
npm run release
git push --follow-tags
npm publish
```

[`standard-version`](https://github.com/conventional-changelog/standard-version) is used to manage version numbers and the [`CHANGELOG.md`](./CHANGELOG.md) file.

## CI/CD

CI runs on CircleCI 2. You can validate the Circle configuration with the following command:
Expand Down

0 comments on commit 54256ab

Please sign in to comment.