From d9d592e3bac9824917a9aa865cb5658c452d64f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= <hansemannn@users.noreply.github.com> Date: Sat, 21 Dec 2019 00:12:11 +0100 Subject: [PATCH] fix: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e34c06a..5b8e0da 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the following activity to your `tiapp.xml` file, in the Android manifest part: ```xml -<activity android:name="ti.deeply.DeepLinkHandlerActivity" android:noHistory="true" android:excludeFromRecents="true" android:theme="@android:style/Theme.NoDisplay" launchMode="singleTask"> +<activity android:name="ti.deeply.DeepLinkHandlerActivity" android:noHistory="true" android:excludeFromRecents="true" android:theme="@android:style/Theme.NoDisplay" android:launchMode="singleTask"> <intent-filter> <action android:name="android.intent.action.VIEW"/> <category android:name="android.intent.category.DEFAULT"/> @@ -63,4 +63,4 @@ Until Titanium 7.3.0, the tag `android:launchMode` was automatically removed at ## License -MIT \ No newline at end of file +MIT