From ff3165210729b4d31bde41094e87863a1ef5451c Mon Sep 17 00:00:00 2001 From: "Jurriaan H. Spaaks" Date: Mon, 6 Jul 2020 10:28:17 +0200 Subject: [PATCH] wordwrap --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11af9eb..9087c90 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +[![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)