Skip to content

Commit

Permalink
fix: Fix headline for robot section in readme. (#207)
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 b7b9dc8 commit 38b9c4c
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 @@ -41,9 +41,9 @@ console.log(await isTypeScript({ directory: '/...' }));

The package verifies whether the npm package `typescript` is installed, and whether a `tsconfig.json` file exists at the given root directory.

## 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 38b9c4c

Please sign in to comment.