Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit a855737

Browse files
koddssonkeithamus
andcommitted
More indent fixes
Co-authored-by: Keith Cirkel <[email protected]>
1 parent 0ac03ca commit a855737

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ document.addEventListener('details-dialog-close', function(event) {
7575
```
7676
7777
## Browser Support
78-
Browsers without native [custom element support][support] require a [polyfill][].
79-
- Chrome
80-
- Firefox
81-
- Safari
82-
- Microsoft Edge
83-
[support]: https://caniuse.com/custom-elementsv1
84-
[polyfill]: https://github.com/webcomponents/custom-elements
78+
Browsers without native [custom element support][support] require a [polyfill][].
79+
- Chrome
80+
- Firefox
81+
- Safari
82+
- Microsoft Edge
83+
[support]: https://caniuse.com/custom-elementsv1
84+
[polyfill]: https://github.com/webcomponents/custom-elements

cem-plugin-readme.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ $ npm install --save ${name}
1010

1111
function generateBrowserSupportInstructions() {
1212
return `## Browser Support
13-
Browsers without native [custom element support][support] require a [polyfill][].
14-
- Chrome
15-
- Firefox
16-
- Safari
17-
- Microsoft Edge
18-
[support]: https://caniuse.com/custom-elementsv1
19-
[polyfill]: https://github.com/webcomponents/custom-elements`
13+
Browsers without native [custom element support][support] require a [polyfill][].
14+
- Chrome
15+
- Firefox
16+
- Safari
17+
- Microsoft Edge
18+
[support]: https://caniuse.com/custom-elementsv1
19+
[polyfill]: https://github.com/webcomponents/custom-elements`
2020
}
2121

2222
function generateTitle({packageJson: {name}}) {

0 commit comments

Comments
 (0)