diff --git a/README.md b/README.md index a01b6b24..63c05782 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Mangayomi is free an open source manga reader and anime streaming cross-platefor ## Features Features include: -* [Supports external sources](https://github.com/kodjodevf/mangayomi-extensions), utilizing the capabilities of the [dart_eval](https://pub.dev/packages/dart_eval) package +* [Supports external sources](https://github.com/kodjodevf/mangayomi-extensions), utilizing the capabilities of the [dart_eval](https://pub.dev/packages/dart_eval) package & [flutter_qjs package A small Javascript engine supports ES2020](https://github.com/kodjodevf/flutter_qjs) * Online reading from a variety of sources * Watching anime from a variety of sources * Local reading of downloaded content @@ -82,6 +82,13 @@ flutter run For detailed instructions on writing Rust and Flutter together, please refer to Rinf's [documentation](https://rinf-docs.cunarist.com). +# Contributing + +Contributions are welcome! + +To get started with extension development, see [CONTRIBUTING.md](https://github.com/kodjodevf/mangayomi-extensions/blob/main/CONTRIBUTING.md) for create sources in Dart or [CONTRIBUTING-JS.md](https://github.com/kodjodevf/mangayomi-extensions/blob/main/CONTRIBUTING-JS.md) for create sources in JavaScript. + + ## License