Skip to content

Commit

Permalink
wordwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks authored Jul 6, 2020
1 parent 03ae1c0 commit ff31652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ Project was bootstrapped with https://github.com/vuejs-templates/webpack-simple
If you want to check if the links in your markdown work, run ``markdown-link-check``

```shell
find . -name '*.md' -not -path './node_modules/*' -exec markdown-link-check '{}' --config .mlc-config.json ';'
find . -name '*.md' -not -path './node_modules/*' -exec \
markdown-link-check '{}' --config .mlc-config.json ';'
```

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcitation-file-format%2Fcff-initializer-javascript.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcitation-file-format%2Fcff-initializer-javascript?ref=badge_large)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcitation-file-format%2Fcff-initializer-javascript.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcitation-file-format%2Fcff-initializer-javascript?ref=badge_large)

0 comments on commit ff31652

Please sign in to comment.