Update README
Fix some typos and change some sentences. Also updated LICENSE path to simply `LICENSE` since it is automatically solved
This commit is contained in:
parent
f030f89f4d
commit
bed80487fd
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
Nova is an open source Discord framework for creating high-performance app.
|
Nova is an open source Discord framework for creating high-performance app.
|
||||||
|
|
||||||
Nova builds upon [Go](https://github.com/golang/go) and [Rust](https://github.com/rust-lang/rust) with [Bazel](https://github.com/bazelbuild/bazel) as build system to propose an effective, safe and production-ready solution.
|
Nova is built upon [Go](https://github.com/golang/go) and [Rust](https://github.com/rust-lang/rust) and uses [Bazel](https://github.com/bazelbuild/bazel) as a build system to maintain an effective, safe and production-ready solution.
|
||||||
|
|
||||||
With Nova you can be sure to build reliable and efficient Discord bots.
|
With Nova you can be sure to build reliable and efficient Discord bots.
|
||||||
|
|
||||||
### Disclaimer
|
### Disclaimer
|
||||||
|
|
||||||
Nova requires a good infrastructure to operate and may consume lot of resources. Its not made for small Discord Bots but for those who are present on many servers and want to ensure excellent performance.
|
Nova requires a good infrastructure to operate and may consume lot of resources. It's not made for small Discord Bots but for those who are present on many servers and want to ensure excellent performance.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@ If you wish to contribute to Nova, go to [CONTRIBUTING]().
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Nova is distributed under the Apache License 2.0, see [LICENSE](https://github.com/discordnova/nova/blob/main/LICENSE) for more information.
|
Nova is distributed under the Apache 2.0 license, see [LICENSE](LICENSE) for more information.
|
||||||
|
|
Loading…
Reference in a new issue