Skip to content

Commit 3855772

Browse files
committed
fix a dew typos and confusing phrases
1 parent b6614e4 commit 3855772

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Use you EmailJS account for sending emails.
99

1010
## Disclaimer
1111

12-
This is a React Native version, otherwise use
12+
This is the SDK for **React Native** only, otherwise use
13+
1314
- [Browser SDK](https://www.npmjs.com/package/@emailjs/browser)
1415
- [Flutter SDK](https://pub.dev/packages/emailjs)
1516
- [Node.js SDK](https://pub.dev/packages/@emailjs/nodejs)
@@ -40,14 +41,16 @@ With Expo CLI:
4041
$ npx expo install @emailjs/react-native
4142
```
4243

43-
By default, the package uses `@react-native-async-storage/async-storage` for the storage.
44+
The package uses `@react-native-async-storage/async-storage` for the storage
45+
(for the rate limit feature)
4446

45-
***Note***: By default, API requests are disabled for non-browser applications.
47+
**_Note_**: By default, API requests are disabled for non-browser applications.
4648
You need to activate them through [Account:Security](https://dashboard.emailjs.com/admin/account/security).
4749

4850
## FAQ
4951

5052
#### API calls are disabled for non-browser applications
53+
5154
You need to activate API requests
5255
through [Account:Security](https://dashboard.emailjs.com/admin/account/security).
5356

0 commit comments

Comments
 (0)