Skip to content

Commit

Permalink
fix: Fix headline for robot section in readme. (#240)
Browse files Browse the repository at this point in the history
* fix: Fix headline for robot section in readme.

* Update README.md

Co-authored-by: Golo Roden <golo.roden@thenativeweb.io>
  • Loading branch information
Hannes Leutloff and goloroden authored Nov 3, 2020
1 parent 1a72de1 commit f8e3885
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 @@ -295,9 +295,9 @@ assert.that(actual).is.undefined();
assert.that(actual).is.not.undefined();
```

## Running the build
## Running quality assurance

To build this module use [roboter](https://www.npmjs.com/package/roboter).
To run quality assurance for this module use [roboter](https://www.npmjs.com/package/roboter):

```shell
$ npx roboter
Expand Down

0 comments on commit f8e3885

Please sign in to comment.