Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
markcellus committed May 5, 2022
1 parent 371229e commit c9fc9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can install the library as a npm module by running the following command:
npm i scroll-js
```

Alternatively, you can simply download one of the distribution files (un-minified or minified version) in the [/dist](/dist) folder and reference them directly in your html file.
Alternatively, you can simply download one of the distribution files (un-minified or minified version) in the dist folder (available when npm installed) and reference them directly in your html file.

```html
<script src="node_modules/scroll-js/dist/scroll.js"></script>
Expand Down

0 comments on commit c9fc9f6

Please sign in to comment.