Skip to content

Commit

Permalink
Format tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Sep 13, 2023
1 parent 44c7af1 commit 8d7e176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8d7e176

Please sign in to comment.