Skip to content

Commit

Permalink
Fix an internal README link (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadyuu committed May 31, 2024
1 parent 7045bf8 commit 0289175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion in_app_review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (await inAppReview.isAvailable()) {
- Triggering this via a button in your app as it will only work when the quota enforced by the underlying API has not been exceeded. ([Android](https://developer.android.com/guide/playcore/in-app-review#quotas))
- Interrupting the user if they are mid way through a task.

**Testing `requestReview()` on Android isn't as simple as running your app via the emulator or a physical device. See [Testing](#testing) for more info.**
**Testing `requestReview()` on Android isn't as simple as running your app via the emulator or a physical device. See [Testing](#testing-read-carefully) for more info.**

---

Expand Down

0 comments on commit 0289175

Please sign in to comment.