Skip to content

Commit c506233

Browse files
committed
chore: super-linter feedback
1 parent 7b3e2a7 commit c506233

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
@@ -214,7 +214,7 @@ In case that you even also would like to support Safari / WebKit browsers, you'l
214214

215215
## Demo
216216

217-
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/>
217+
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/>
218218

219219
## Credits
220220

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</style>
5151
<link rel="stylesheet" href="../dist/loading-attribute-polyfill.css" />
5252

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

0 commit comments

Comments
 (0)