Skip to content

Commit 3cc355f

Browse files
committed
readme review
1 parent c70b0f9 commit 3cc355f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The HTML files in the "e2e" folder serve as demos, showcasing how the library ca
2323

2424
## Usage
2525

26-
If you're using Node, you can install the library with npm:
26+
It can be installed via npm:
2727

2828
```shell
2929
npm install scroll-padlock
@@ -35,7 +35,7 @@ import { setStyle } from "scroll-padlock";
3535
setStyle();
3636
```
3737

38-
If you prefer using ES modules in the browser, you can import the library as follows:
38+
It can be imported as an ES module in the browser:
3939

4040
```html
4141
<script type="importmap">
@@ -53,7 +53,7 @@ If you prefer using ES modules in the browser, you can import the library as fol
5353
</script>
5454
```
5555

56-
If you prefer to use the library globally, you can include the UMD version of the script:
56+
It can be used globally by including the UMD version of the script:
5757

5858
```html
5959
<script src="https://cdn.jsdelivr.net/npm/scroll-padlock@latest/dist/scroll-padlock.umd.min.js"></script>

0 commit comments

Comments
 (0)