diff --git a/docs/index.mdx b/docs/index.mdx index 2d82d1b1..b4bf0012 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -16,7 +16,7 @@ Thermion is divided into two packages: With this structure, the Flutter-specific components are not coupled to the Dart components, meaning Thermion can be used for rendering in both Flutter and non-Flutter applications. -For example, Thermion ships with examples for rendering with Dart only (no Flutter) with a CLI/headless application on MacOS, and with a Javascript/WASM/HTML applicaiton in browsers. +For example, Thermion ships with examples for rendering with Dart only (no Flutter) with a CLI/headless application on MacOS, and with a Javascript/WASM/HTML application in browsers. `thermion_flutter` exports `thermion_dart`, so if you are working with a Flutter application, you will only need to import `thermion_fluttter`.