Skip to content

Commit 8bc576a

Browse files
authored
Update README.md
1 parent cfef891 commit 8bc576a

File tree

1 file changed

+3
-51
lines changed

1 file changed

+3
-51
lines changed

README.md

Lines changed: 3 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -42,59 +42,11 @@ While there is the Slack Channel, do not hesitate to open an issue for any quest
4242
We're always more than happy to hear any feedback, and we don't care what kind of form they are.
4343

4444

45-
## Contribution
45+
## Donations
4646

47-
To test this plugin in your existing project, you can use `yarn link` functionality. Run `yarn link`
48-
in your local plugin-graphql directory and run `yarn link @vuex-orm/plugin-graphql` in your project dir.
47+
Support this project by sending a small donation to the developer.
4948

50-
Remember to run `yarn build` in your plugin-graphql directory and then again `yarn link` in your project after you have
51-
made changes to the plugin code. You probably have also to restart your webpack server.
52-
53-
54-
```bash
55-
$ yarn run build
56-
```
57-
58-
Compile files and generate bundles in dist directory.
59-
60-
```bash
61-
$ yarn run lint
62-
```
63-
64-
Lint files using a rule of Standard JS.
65-
66-
```bash
67-
$ yarn run test
68-
```
69-
70-
Run the test using Mocha Webpack.
71-
72-
```bash
73-
$ yarn run coverage
74-
```
75-
76-
Generate test coverage in coverage directory.
77-
78-
79-
```bash
80-
yarn docs:build
81-
```
82-
83-
Builds the documentation.
84-
85-
86-
```bash
87-
yarn docs:dev
88-
```
89-
90-
Spawns a server for the documentation.
91-
92-
93-
```bash
94-
yarn docs:depoy
95-
```
96-
97-
Deploys the documentation.
49+
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MF6ST3SXPC4G8)
9850

9951

10052
## License

0 commit comments

Comments
 (0)