We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654a44a commit 08c6d35Copy full SHA for 08c6d35
README.md
@@ -52,6 +52,14 @@ You can also use the [jsDelivr CDN](https://cdn.jsdelivr.net/gh/cferdinandi/smoo
52
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/[email protected]/dist/smooth-scroll.polyfills.min.js"></script>
53
```
54
55
+**NPM**
56
+
57
+You can also use NPM (or your favorite package manager).
58
59
+```bash
60
+npm install smooth-scroll
61
+```
62
63
### 2. Add the markup to your HTML.
64
65
No special markup needed—just standard anchor links. Give the anchor location an ID just like you normally would.
0 commit comments