From 335a2bc2ed72e4b024fa1dfaa0a400bbd1623c1d Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Sun, 6 Nov 2022 16:22:09 +0000 Subject: [PATCH] squash: Update README.md Co-authored-by: Markus Siglreithmaier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e60424c307..d91b1d0f02 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ crate-type = ["cdylib"] All Android applications are based on an `Activity` subclass and the `android-activity` crate is designed to support different choices for this base -class. You application must specify the base class it needs via a feature flag: +class. Your application _must_ specify the base class it needs via a feature flag: | Base Class | Feature Flag | Notes | | :--------------: | :---------------: | :-----: |