Skip to content

Commit

Permalink
docs(readme): fix typo of "map apps" to "mail apps"
Browse files Browse the repository at this point in the history
  • Loading branch information
pke authored Sep 23, 2024
1 parent cd2bc4f commit da2c43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

---

An easy way to open an email app of the user's choice, based on the apps they have installed
An easy way to open an email app of the user's choice, based on the mail apps they have installed
on their device. Very helpful for magic link logins.

Currently supported apps:
Expand Down Expand Up @@ -43,7 +43,7 @@ Based on the platforms your app supports, you also need to:

To allow your app to detect if any of the mailbox apps are installed, an extra step is required on iOS. Your app needs to provide the `LSApplicationQueriesSchemes` key inside `ios/{my-project}/Info.plist` to specify the URL schemes with which the app can interact.

Just add this in your `Info.plist` depending on which apps you'd like to support. Omitting these might mean that the library can't detect some of the maps apps installed by the user.
Just add this in your `Info.plist` depending on which apps you'd like to support. Omitting these might mean that the library can't detect some of the mail apps installed by the user.

```xml
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit da2c43c

Please sign in to comment.