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

Commit 2294b04

Browse files
koddssonkeithamus
andcommitted
More tiny changes
Co-authored-by: Keith Cirkel <[email protected]>
1 parent a855737 commit 2294b04

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@ document.addEventListener('details-dialog-close', function(event) {
7474
})
7575
```
7676
77-
## Browser Support
77+
## Browser support
78+
7879
Browsers without native [custom element support][support] require a [polyfill][].
79-
- Chrome
80-
- Firefox
81-
- Safari
82-
- Microsoft Edge
80+
- Chrome
81+
- Firefox
82+
- Safari
83+
- Microsoft Edge
8384
[support]: https://caniuse.com/custom-elementsv1
8485
[polyfill]: https://github.com/webcomponents/custom-elements

cem-plugin-readme.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ $ npm install --save ${name}
99
}
1010

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

0 commit comments

Comments
 (0)