More indent fixes
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
This commit is contained in:
Родитель
0ac03ca90d
Коммит
a855737360
14
README.md
14
README.md
|
@ -75,10 +75,10 @@ document.addEventListener('details-dialog-close', function(event) {
|
|||
```
|
||||
|
||||
## Browser Support
|
||||
Browsers without native [custom element support][support] require a [polyfill][].
|
||||
- Chrome
|
||||
- Firefox
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
[support]: https://caniuse.com/custom-elementsv1
|
||||
[polyfill]: https://github.com/webcomponents/custom-elements
|
||||
Browsers without native [custom element support][support] require a [polyfill][].
|
||||
- Chrome
|
||||
- Firefox
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
[support]: https://caniuse.com/custom-elementsv1
|
||||
[polyfill]: https://github.com/webcomponents/custom-elements
|
|
@ -10,13 +10,13 @@ $ npm install --save ${name}
|
|||
|
||||
function generateBrowserSupportInstructions() {
|
||||
return `## Browser Support
|
||||
Browsers without native [custom element support][support] require a [polyfill][].
|
||||
- Chrome
|
||||
- Firefox
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
[support]: https://caniuse.com/custom-elementsv1
|
||||
[polyfill]: https://github.com/webcomponents/custom-elements`
|
||||
Browsers without native [custom element support][support] require a [polyfill][].
|
||||
- Chrome
|
||||
- Firefox
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
[support]: https://caniuse.com/custom-elementsv1
|
||||
[polyfill]: https://github.com/webcomponents/custom-elements`
|
||||
}
|
||||
|
||||
function generateTitle({packageJson: {name}}) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче