Skip to content

Commit 6c81980

Browse files
committed
fix(readme): Y U SO BOLD README?
1 parent a506de6 commit 6c81980

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![npm](https://img.shields.io/npm/dm/@vueuse/motion.svg)](https://npm-stat.com/charts.html?package=@vueuse/motion)
55
[![Netlify Status](https://api.netlify.com/api/v1/badges/ab1db459-8420-4bc6-9fac-2bc247fa2385/deploy-status)](https://app.netlify.com/sites/vueuse-motion/deploys)
66

7-
**Vue Composables** putting your **components** in **motion**
7+
Vue Composables putting your components in motion
88

99
- 🏎 **Smooth animations** based on [**Popmotion**](https://popmotion.io/)
1010
- 🎮 **Declarative** API inspired by [**Framer Motion**](https://www.framer.com/motion/)
@@ -14,21 +14,21 @@
1414
- ✨ Written in **TypeScript**
1515
- 🏋️‍♀️ Lightweight with **<20kb** bundle size
1616

17-
[🌍 **Documentation**](https://motion.vueuse.org)
17+
[🌍 Documentation](https://motion.vueuse.org)
1818

19-
[👀 **Demos**](https://vueuse-motion-demo.netlify.app)
19+
[👀 Demos](https://vueuse-motion-demo.netlify.app)
2020

2121
## Quick Start
2222

23-
Let's **get started** by **installing** the **package** and adding the **plugin**.
23+
Let's get started by installing the package and adding the plugin.
2424

25-
From your **terminal**:
25+
From your terminal:
2626

2727
```bash
2828
yarn add @vueuse/motion
2929
```
3030

31-
In your **Vue** app **entry** file:
31+
In your Vue app entry file:
3232

3333
```javascript
3434
import { createApp } from 'vue'
@@ -42,7 +42,7 @@ app.use(MotionPlugin)
4242
app.mount('#app')
4343
```
4444

45-
You can now **animate** any of your **component**, **HTML** or **SVG** elements using `v-motion`.
45+
You can now animate any of your component, HTML or SVG elements using `v-motion`.
4646

4747
```vue
4848
<template>
@@ -60,24 +60,24 @@ You can now **animate** any of your **component**, **HTML** or **SVG** elements
6060
</template>
6161
```
6262

63-
To see more about how to use **directives**, check out [**Directive Usage**](https://motion.vueuse.org/features/directive-usage).
63+
To see more about how to use directives, check out [Directive Usage](https://motion.vueuse.org/features/directive-usage).
6464

65-
To see more about what **properties** you can **animate**, check out [**Motion Properties**](https://motion.vueuse.org/features/motion-properties).
65+
To see more about what properties you can animate, check out [Motion Properties](https://motion.vueuse.org/features/motion-properties).
6666

67-
To see more about how to **create** your own **animation** styles, check out [**Transition Properties**](https://motion.vueuse.org/features/transition-properties).
67+
To see more about how to create your own animation styles, check out [Transition Properties](https://motion.vueuse.org/features/transition-properties).
6868

69-
To see more about what are **variants** and how you can **use** them, check out [**Variants**](https://motion.vueuse.org/features/variants).
69+
To see more about what are variants and how you can use them, check out [Variants](https://motion.vueuse.org/features/variants).
7070

71-
To see more about how to **control** your declared **variants**, check out [**Motion Instance**](https://motion.vueuse.org/features/motion-instance).
71+
To see more about how to control your declared variants, check out [Motion Instance](https://motion.vueuse.org/features/motion-instance).
7272

7373
## Credits
7474

75-
This package is **heavily** inspired by [**Framer Motion**](https://www.framer.com/motion/) by [**https://twitter.com/mattgperry**].
75+
This package is heavily inspired by [Framer Motion](https://www.framer.com/motion/) by https://twitter.com/.
7676

7777
If you are interested in using [WAAPI](https://developer.mozilla.org/fr/docs/Web/API/Web_Animations_API), check out [Motion.dev](https://motion.dev/)!
7878

79-
I would also like to **thank** [**antfu**](https://github.com/antfu), [**patak-dev**](https://github.com/patak-dev) and [**kazupon**](https://github.com/kazupon) for their kind help!
79+
I would also like to thank [antfu](https://github.com/antfu), [patak-dev](https://github.com/patak-dev) and [kazupon](https://github.com/kazupon) for their kind help!
8080

81-
If you **like** this package, consider **following me** on [**GitHub**](https://github.com/Tahul) and on [**Twitter**](https://twitter.com/yaeeelglx).
81+
If you like this package, consider following me on [GitHub](https://github.com/Tahul) and on [Twitter](https://twitter.com/yaeeelglx).
8282

8383
👋

0 commit comments

Comments
 (0)