chore(README.md): add discord channel

This commit is contained in:
Boshen 2023-02-27 13:04:28 +08:00 committed by GitHub
parent ab0b764dfc
commit 91e10d5e16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
# The JavaScript Oxidation Compiler (oxc)
[![MIT licensed][mit-badge]][mit-url]
[![Discord chat][discord-badge]][discord-url]
## Why this project?
The goal of this project is to:
@ -18,6 +21,8 @@ Rust but would like to learn things.
Contributions are welcome and highly appreciated. To get started, check out [CONTRIBUTING.md](./CONTRIBUTING.md).
You can also join us on [Discord](https://discord.gg/9uXCAwqQZW).
## Call for action
@ -117,3 +122,8 @@ This project partially copies code from the following projects:
| [rome/tools](https://github.com/rome/tools) | [MIT](https://github.com/rome/tools/blob/main/LICENSE) |
| [mozilla-spidermonkey/jsparagus](https://github.com/mozilla-spidermonkey/jsparagus) | [MIT](https://github.com/mozilla-spidermonkey/jsparagus/blob/master/LICENSE-MIT) [Apache 2.0](https://github.com/mozilla-spidermonkey/jsparagus/blob/master/LICENSE-APACHE-2.0) |
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg?color=brightgreen
[mit-url]: LICENSE
[discord-badge]: https://img.shields.io/discord/1079625926024900739?logo=discord&label=discord&color=brightgreen
[discord-url]: https://discord.gg/9uXCAwqQZW