From 8d7e176061fd4a0b0a357926160b9c10c4c48636 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Wed, 13 Sep 2023 16:27:25 -0400 Subject: [PATCH] Format tweaks --- README.md | 2 +- docs/OVERVIEW.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 619110c..60c7798 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 1. Android SDK 24+ is required as the `minSdkVersion` in your build.gradle. 1. This library is written entirely in [Kotlin](https://kotlinlang.org/), and your app should use Kotlin as well. Compatibility with Java is not provided or supported. 1. This library supports [Turbo Native](https://turbo.hotwired.dev/handbook/native) hybrid apps. -1. Your web app must be running [strada-web](https://github.com/hotwired/strada-web). The `window.Strada` object is automatically exposed on the loaded WebView page, which enables **strada-android** to work. +1. Your web app must be running [strada-web](https://github.com/hotwired/strada-web). The `window.Strada` object is automatically exposed on the loaded WebView page, which enables `strada-android` to work. **Note:** You should understand how Strada works in the browser before attempting to use Strada Android. See the [Strada documentation](https://strada.hotwired.dev) for details. diff --git a/docs/OVERVIEW.md b/docs/OVERVIEW.md index 5093e03..9db61ce 100644 --- a/docs/OVERVIEW.md +++ b/docs/OVERVIEW.md @@ -6,6 +6,6 @@ This library has been in use and tested in the wild since June 2020 in the [HEY To understand how Strada works at a high level and see examples of web components working together with native components, see the [online handbook](https://strada.hotwired.dev/handbook/introduction). ## Structure of Your App -Strada Android will work with any `WebView`-based Android app, but we only provide instructions for integrating with [turbo-android](https://github.com/hotwired/turbo-android) apps. As part of the [Hotwire](https://hotwired.dev/) family, **strada-android** works seamlessly with your Turbo-powered hybrid apps. +Strada Android will work with any `WebView`-based Android app, but we only provide instructions for integrating with [turbo-android](https://github.com/hotwired/turbo-android) apps. As part of the [Hotwire](https://hotwired.dev/) family, `strada-android` works seamlessly with your Turbo-powered hybrid apps. -We'll walk you through integrating **strada-android** into your app in the [Quick Start Guide](QUICK-START.md) instructions. +We'll walk you through integrating `strada-android` into your app in the [Quick Start Guide](QUICK-START.md) instructions.