Skip to content

Commit 55110d8

Browse files
committed
updated README formatting
1 parent d956c1f commit 55110d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ You must pass a hash of configuration options to the plugin to cause the additio
8484
- `preload`: a __script matching pattern__ defining scripts that should have accompanying preload resource hints (default: `[]`);
8585
- `prefetch`: a __script matching pattern__ defining scripts that should have accompanying prefetch resource hints (default: `[]`);
8686
- `custom`: a single hash or an array of hashes with the following structure:
87-
- `test`: a **script matching pattern** defining scripts that should have a custom attribute added;
88-
- `attribute`: a `String` attribute to add;
89-
- `value`: (optional) a `String` value for the attribute; if not set the attribute has no value set (equivalent of `true`).
87+
- `test`: a **script matching pattern** defining scripts that should have a custom attribute added;
88+
- `attribute`: a `String` attribute to add;
89+
- `value`: (optional) a `String` value for the attribute; if not set the attribute has no value set (equivalent of `true`).
9090

9191
A __script matching pattern__ matches against a script's name. It can be one of:
9292
- a `String`- matches if it is a substring of the script name;

0 commit comments

Comments
 (0)