Skip to content

Commit 38d0344

Browse files
authored
Update README.md
1 parent aa675c2 commit 38d0344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The features are the following (implementation in parentheis):
1010
- [x] Persistent storage (Postgres with `pg-promise`)
1111
- [x] Logging (`log`)
1212
- [x] Uncaught error handling (custom code)
13-
- [x] Integration testing (`mocha`, `unexpected`, `instabul`)
13+
- [x] Integration testing (`mocha`, `unexpected`, `istanbul`)
1414
- [x] Static analysis, "linting" (`eslint`, `eslint-config-airbnb-base`)
1515
- [x] Deployment abstraction (Docker container)
1616
- [x] Configuration (custom code)
@@ -20,7 +20,7 @@ The features are the following (implementation in parentheis):
2020

2121
## Usage
2222

23-
Run integration tests
23+
Run integration tests using the following terminal commands. Starts an isolated instance of database and services in a pair of docker containers, runs linting, testing, coverage analysis and shuts all down again afterwards.
2424

2525
```
2626
docker-compose build

0 commit comments

Comments
 (0)