From 89ad9cf279c2bf3e3ed91e9d440a6979cf730ed8 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 5 Aug 2020 15:30:32 +0200 Subject: [PATCH] Actually put the bold text in the right place --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d86e912..d33e209 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ When running `scriptless-svg` on the [Web Platform Tests for SVG](https://github Additionally, you can pass the `--errors-only` flag to omit all files from the output that passed the check successfully. This is especially recommended for CI setups where you are only interested in the failures. -Note that __by default__, only files that end in `.svg` are considered when you specify a directory path. If you wish to also scan files with a different extension, it must be an explicit glob. +Note that __by default, only files that end in `.svg` are considered when you specify a directory path__. If you wish to also scan files with a different extension, it must be an explicit glob. The process will return exit code 1 if any scanned files failed the check (ie. contain scripts), or exit code 0 if all files passed.