Update "Browser support" section in README

This commit is contained in:
Roman Matusevich
2022-07-12 21:52:01 +02:00
parent aa46df4c16
commit 9d1a370296

View File

@@ -106,7 +106,7 @@ Choose one of the following options:
HTML5-Boilerplate supports the latest, stable releases of all major browsers.
You can find our range of supported browsers in our [package.json](https://github.com/h5bp/html5-boilerplate/blob/main/package.json#L56-L62) At present we extend the [browserlist default](https://github.com/browserslist/browserslist#full-list) with the addition of IE 11 and [FireFox ESR.](https://www.mozilla.org/en-US/firefox/enterprise/)
You can find our range of supported browsers in our [package.json](https://github.com/h5bp/html5-boilerplate/blob/main/package.json#L55-L59) At present we extend the [browserlist default](https://github.com/browserslist/browserslist#full-list) with the addition of [FireFox ESR.](https://www.mozilla.org/en-US/firefox/enterprise/). IE 11 is not supported.
```json
"browserslist": [
@@ -114,7 +114,7 @@ You can find our range of supported browsers in our [package.json](https://githu
"last 2 versions",
"Firefox ESR",
"not dead",
"IE 11"
"not IE 11"
],
```