diff --git a/README-eng.md b/README-eng.md index f1da81d07..ca03b5bb0 100644 --- a/README-eng.md +++ b/README-eng.md @@ -1,9 +1,9 @@ # Mirai [](https://www.codacy.com/manual/Him188/mirai?utm_source=github.com&utm_medium=referral&utm_content=mamoe/mirai&utm_campaign=Badge_Grade) -Mirai is a high-performance multi-platform library, as well as a framework, providing chatting protocol support for Tencent QQ. +Mirai is a high-performance multi-platform library, as well as a framework, providing protocol support for Tencent QQ. -Mirai is designed to handle all sorts of messaging jobs that can be automatically done by bots **in a perfect way**. +Mirai is designed to handle all sorts of messaging works that can be automatically done by bots **in a perfect way**. > Tencent QQ: A modern messaging software used by all Chinese netizens. @@ -14,8 +14,8 @@ Mirai is designed to handle all sorts of messaging jobs that can be automaticall ### Use as a framework -Mirai is able to run as plugin-supported framework. -Mirai is building a community (with `mirai-console`) that allows developers to share their plugins, and for users to install plugins quickly. +Mirai is able to run as a plugin-supported framework. +The community, (with `mirai-console`) that allows developers to share their plugins, and for users to install plugins quickly, is building in progress. - JVM languages like `Java` or `Kotlin`: Make Jar plugin for [mirai-console](https://github.com/mamoe/mirai-console) directly and share with other developers through the plugin center. - `Kotlin Script`: [mirai-kts](https://github.com/iTXTech/mirai-kts) supports plugins using Kotlin Scripts (`kts`)(**OpenJDK 8+ only,except Android**) @@ -23,7 +23,7 @@ Mirai is building a community (with `mirai-console`) that allows developers to s - `JavaScript`: [mirai-js](https://github.com/iTXTech/mirai-js) supports plugins using `JavaScript` and inter-operate with **mirai** on JVM directly. - Any language:Use HTTP API from [mirai-api-http](https://github.com/mamoe/mirai-api-http) -**Though only Jar plugins are supported officially, you can use these bridges that are created and maintained by the community**: +**Though only Jar plugins are supported officially, language bridges that are maintained by the community can connect with your knowledge.**: - `Python`: [python-mirai](https://github.com/NatriumLab/python-mirai) A Bot framework based on `mirai-api-http`. - `JavaScript`(`Node.js`): [node-mirai](https://github.com/RedBeanN/node-mirai) The Node.js SDK for mirai.