Skip to content

Commit 68fe03c

Browse files
docs: better emojification
1 parent a739c16 commit 68fe03c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

β€ŽREADME.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
> "Click to scroll" **component** using the modern Browser API.
1313
14-
## πŸ”₯ Features
14+
## :fire: Features
1515

1616
- Just **one tiny file**
1717
- Component based (great for **async loading** and code splitting)
@@ -21,10 +21,10 @@
2121
- Vue as the only dependency
2222
- Highly customizable
2323

24-
## πŸ”Ž Getting started
24+
## :mag_right: Getting started
2525

2626

27-
### πŸ“¦οΈ Through NPM
27+
### :package: Through NPM
2828

2929
```
3030
$ npm install vue-next-level-scroll
@@ -58,11 +58,11 @@ export default {
5858

5959
```
6060

61-
### πŸ”—βŒ Using a CDN
61+
### :link::x: Using a CDN
6262

6363
Sorry! You can't use *VueNextLevelScroll* with a CDN by now.
6464

65-
## πŸ” Usage
65+
## :hammer_and_wrench: Usage
6666

6767
### You might like to go for a Polyfill
6868

@@ -84,8 +84,8 @@ better suited for universal/SSR code and can be loaded asynchronously as well!
8484

8585
| Prop | Optional? | Comment |
8686
|---| --- | --- |
87-
| target | βœ… | Can be any query selector you want (or a function that returns such). Will be passed to the scroll function |
88-
| scrollFunction | βœ… | You can define an own scroll function that will take the `target` prop as parameter and can do whatever you like. |
87+
| target | :white_check_mark: | Can be any query selector you want (or a function that returns such). Will be passed to the scroll function |
88+
| scrollFunction | :white_check_mark: | You can define an own scroll function that will take the `target` prop as parameter and can do whatever you like. |
8989

9090

9191
### Default scroll function explained
@@ -153,11 +153,11 @@ export default {
153153

154154
You might not need the polyfill then as well :wink:
155155

156-
## πŸ› οΈ Contributing
156+
## :gear: Contributing
157157

158158
Please see our [CONTRIBUTING.md](./CONTRIBUTING.md)
159159

160160

161-
## πŸ“‘ License
161+
## :bookmark_tabs: License
162162

163163
[MIT License](./LICENSE.md) - Copyright (c) Developmint - Alexander Lichter

0 commit comments

Comments
Β (0)