Skip to content

Commit f6430cf

Browse files
committed
Update readme and description
1 parent 50c1e4f commit f6430cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Description
1+
# gatsby-plugin-smoothscroll
2+
3+
Polyfilled smooth scrolling behavior and helper function for Gatsby sites.
24

35
The plugin uses [`smoothscroll-polyfill`](https://www.npmjs.com/package/smoothscroll-polyfill) and calls it during the `onClientEntry` Gatsby lifecycle method.
46

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-plugin-smoothscroll",
33
"version": "1.0.1",
44
"author": "Frederick Morin (https://freddydumont.com)",
5-
"description": "Polyfilled smoothscroll behavior and helper function for gatsby sites",
5+
"description": "Polyfilled smooth scrolling behavior and helper function for Gatsby sites.",
66
"keywords": [
77
"gatsby",
88
"gatsby-plugin",

0 commit comments

Comments
 (0)