Skip to content

Commit aa927a3

Browse files
committed
Updated README.md
1 parent 5380125 commit aa927a3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction.
66

77
[![Support](https://img.shields.io/badge/patreon-support-orange.svg)](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)
8-
[![Back](https://opencollective.com/osjs/tiers/backer/badge.svg?label=backer&color=brightgreen)](https://opencollective.com/osjs)
9-
[![Sponsor](https://opencollective.com/osjs/tiers/sponsor/badge.svg?label=sponsor&color=brightgreen)](https://opencollective.com/osjs)
8+
[![Support](https://img.shields.io/badge/opencollective-donate-red.svg)](https://opencollective.com/osjs)
109
[![Donate](https://img.shields.io/badge/liberapay-donate-yellowgreen.svg)](https://liberapay.com/os-js/)
1110
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://paypal.me/andersevenrud)
12-
[![Community](https://img.shields.io/badge/join-community-green.svg)](https://community.os-js.org/)
1311

1412
# OS.js v3 ESLint Rules
1513

@@ -23,28 +21,28 @@ npm install --save-dev @osjs/eslint-config
2321

2422
In your eslint config:
2523

26-
```
24+
```json
2725
{
2826
"extends": "@osjs/eslint-config"
2927
}
3028
```
3129

3230
## Contribution
3331

32+
* **Sponsor on [Github](https://github.com/sponsors/andersevenrud)**
3433
* **Become a [Patreon](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)**
3534
* **Support on [Open Collective](https://opencollective.com/osjs)**
36-
* [Contribution Guide](https://github.com/os-js/OS.js/blob/v3/CONTRIBUTING.md)
35+
* [Contribution Guide](https://github.com/os-js/OS.js/blob/master/CONTRIBUTING.md)
3736

3837
## Documentation
3938

40-
See the [Official Manuals](https://manual.os-js.org/v3/) for articles, tutorials and guides.
39+
See the [Official Manuals](https://manual.os-js.org) for articles, tutorials and guides.
4140

4241
## Links
4342

4443
* [Official Chat](https://gitter.im/os-js/OS.js)
4544
* [Community Forums and Announcements](https://community.os-js.org/)
4645
* [Homepage](https://os-js.org/)
4746
* [Twitter](https://twitter.com/osjsorg) ([author](https://twitter.com/andersevenrud))
48-
* [Google+](https://plus.google.com/b/113399210633478618934/113399210633478618934)
4947
* [Facebook](https://www.facebook.com/os.js.org)
5048
* [Docker Hub](https://hub.docker.com/u/osjs/)

0 commit comments

Comments
 (0)