diff --git a/README.md b/README.md index f068247..f84de10 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,13 @@ See https://github.com/sony/flutter-elinux/wiki ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md). -## Related projects/repos -### Flutter plugins for eLinux -- [flutter-elinux-plugins](https://github.com/sony/flutter-elinux-plugins) - -### Flutter embedder (engine) for eLinux -- [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux) - -### Yocto recipes for Flutter embedder for eLinux -- [meta-flutter](https://github.com/sony/meta-flutter) +## Companion repos +| Repo | Purpose | +| ------------- | ------------- | +| [flutter-elinux](https://github.com/sony/flutter-elinux-plugins) | Flutter tools for eLinux | +| [flutter-elinux-plugins](https://github.com/sony/flutter-elinux-plugins) | Flutter plugins for eLinux | +| [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux) | eLinux embedding for Flutter | +| [meta-flutter](https://github.com/sony/meta-flutter) | Yocto recipes of eLinux embedding for Flutter | ## Base software This software was created based on the [flutter-tizen](https://github.com/flutter-tizen/flutter-tizen) (branched from [this version](https://github.com/flutter-tizen/flutter-tizen/commit/ed128233c0bce33c77dd0df69afa59f0888d2d00)). Special thanks to the flutter-tizen team.