Skip to content

Commit ade1c0f

Browse files
committed
chore: update README and funding links
1 parent b750ca7 commit ade1c0f

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

β€Ž.github/FUNDING.ymlβ€Ž

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
# These are supported funding model platforms
22

33
github: [rick-hup]
4-
patreon: # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
6-
ko_fi: # Replace with a single Ko-fi username
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
liberapay: # Replace with a single Liberapay username
10-
issuehunt: # Replace with a single IssueHunt username
11-
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12-
polar: # Replace with a single Polar username
13-
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14-
thanks_dev: # Replace with a single thanks.dev username
15-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
4+
custom: ["https://motion.dev/plus"]

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Then import the `motion` component:
6262

6363
```vue
6464
<script setup>
65-
import { motion } from "motion-v";
65+
import { motion } from 'motion-v'
6666
</script>
6767
6868
<template>
@@ -73,6 +73,7 @@ import { motion } from "motion-v";
7373
### πŸ’Ž Contribute
7474

7575
- Want to contribute to Motion? Our [contributing guide](https://github.com/motiondivision/motion-vue/blob/master/CONTRIBUTING.md) has you covered.
76+
- [Join our discord ](https://discord.com/invite/dCBuRgdNDG)
7677

7778
### πŸ‘©πŸ»β€βš–οΈ License
7879

β€Žpackages/motion/README.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ import { motion } from 'motion-v'
7373
### πŸ’Ž Contribute
7474

7575
- Want to contribute to Motion? Our [contributing guide](https://github.com/motiondivision/motion-vue/blob/master/CONTRIBUTING.md) has you covered.
76+
- [Join our discord ](https://discord.com/invite/dCBuRgdNDG)
7677

7778
### πŸ‘©πŸ»β€βš–οΈ License
7879

0 commit comments

Comments
Β (0)