summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn1c00o <34602094+n1c00o@users.noreply.github.com>2021-08-07 23:11:02 +0200
committerGitHub <noreply@github.com>2021-08-07 23:11:02 +0200
commitbed80487fd61a24ac02db31f32a6713feb75eef3 (patch)
tree5400065bf9cc40289c4fd52cbddcc2d628733932
parentf030f89f4d4ab892dd55104300a454c6bec5e31d (diff)
Update README
Fix some typos and change some sentences. Also updated LICENSE path to simply `LICENSE` since it is automatically solved
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 420d0d4..c597e86 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
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.
### 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
-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.