Skip to content

Commit 7ec22ad

Browse files
committed
update readme
1 parent 4c28cfb commit 7ec22ad

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# SimpleScrollbar
1+
# yaSimpleScrollbar
22

3-
Yet another simple vanilla javascript library for creating a custom scrollbar cross-browser and cross-devices.
3+
Yet Another Simple Scrollbar. A lightweight javascript library for creating customlized scrollbar.
44

55
* Lightweight vanilla JavaScript
66
* All native events supported, smooth and sweet
77
* Perfect with dynamic content
8+
* Good performance, without `setInterval` trick
89

910
## Demo
1011

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<title>yaSimpleScrollbar</title>
66
<meta name="keywords" content="scrollbar, custom" />
7-
<meta name="description" content="Yet another simple vanilla javascript library for creating a custom scrollbar cross-browser and cross-devices." />
7+
<meta name="description" content="Yet Another Simple Scrollbar. A lightweight javascript library for creating customlized scrollbar." />
88
<style>
99
h1 { text-align: center; margin: 20px; font-size: 200%; }
1010
h2 { font-size: 120%; margin: 0 15px; text-align: center; }
@@ -104,4 +104,4 @@ <h1>yaSimpleScrollbar</h1>
104104
changeFontSize(0);
105105
</script>
106106
</body>
107-
</html>
107+
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ya-simple-scrollbar",
33
"version": "1.0.0",
4-
"description": "Yet another simple vanilla javascript library for creating a custom scrollbar cross-browser and cross-devices.",
4+
"description": "Yet Another Simple Scrollbar. A lightweight javascript library for creating customlized scrollbar.",
55
"main": "ya-simple-scrollbar.js",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)