Skip to content

Commit d4f700f

Browse files
committed
chore: super-linter feedback
1 parent 0203dc6 commit d4f700f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ The main architectural decision to differentiate from other solutions like [load
4747
- Service Worker need to get **registered on first page visit**
4848
- Only works on **same domain** network requests
4949

50-
Whereas the first topic might not be a problem (anymore) on most websites – as this should be the de-facto standard nowadays – the second and third might be acceptable in your context, as this polyfill behaves as a progressive enhancement to provide the expected functionality even for non-supporting browsers both only on seconds pages request and any revisits and for same origin image and contents (iframe) requests even only.
50+
Whereas the first topic might not be a problem (anymore) on most sites – as this should be the de-facto standard nowadays – the second and third might be acceptable in your context, as this polyfill behaves as a progressive enhancement to provide the expected functionality even for non-supporting browsers both only on seconds pages request and any revisits and for same origin image and contents (iframe) requests even only.
5151

5252
## Installation
5353

5454
First you'll need to integrate the JavaScript file into your code.
5555

56-
You may optionally load via NPM or Bower:
56+
You may optionally load via npm or Bower:
5757

5858
$ npm install loading-attribute-polyfill-with-serviceworker
5959
$ bower install loading-attribute-polyfill-with-serviceworker
@@ -220,7 +220,7 @@ In case that you even also would like to support Safari / WebKit browsers, you'l
220220

221221
## Demo
222222

223-
See the polyfill in action either by downloading / forking this repo and have a look at `demo/index.html`, or at the hosted demo: <https://mfranzke.github.io/loading-attribute-polyfill-with-serviceworker/demo/>
223+
See the polyfill in action either by downloading / forking this repository and have a look at `demo/index.html`, or at the hosted demo: <https://mfranzke.github.io/loading-attribute-polyfill-with-serviceworker/demo/>
224224

225225
## Credits
226226

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
href="../dist/loading-attribute-polyfill-with-serviceworker.css"
5454
/>
5555

56-
<!-- Include polyfill for custom elements and built-in extends support -->
56+
<!-- Include polyfill for custom elements and builtin extends support -->
5757
<script
5858
src="https://unpkg.com/@ungap/custom-elements@1.0.0/min.js"
5959
integrity="sha384-Qnq8e4Wl3sSEVAjRedbJV4qEzrdUTWrz34w5/aTeTwdbf71mHIS7+LbnfDdazp+6"

0 commit comments

Comments
 (0)