Skip to content

Commit dddaf60

Browse files
authored
Update README.md
1 parent e920eb4 commit dddaf60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const { approovReady, approovError } = useApproov(); // wait for approovReady be
111111
See [USAGE.md](USAGE.md) for both approaches in full (the `useApproov()` hook vs. awaiting the `initialize()` promise).
112112

113113
## CHECKING IT WORKS
114-
Once the initialization is called, it is possible for any network requests to have Approov tokens or secret substitutions made. Initially you won't have set which API domains to protect, so the requests will be unchanged. It will have called Approov though and made contact with the Approov cloud service. You will see `ApproovService` logging indicating `UNKNOWN_URL` (Android) or `unknown URL` (iOS).
114+
Once the initialization is called, it is possible for any network requests to have Approov tokens or secret substitutions made. Initially you won't have set which API domains to protect, so the requests will be unchanged. It will have called Approov though and made contact with the Approov cloud service.
115115

116116
If you use `ApproovProvider`, you can also place the `ApproovMonitor` component (also imported from `@approov/approov-service-react-native`) inside it. This will output console logging on the state of the Approov initialization.
117117

0 commit comments

Comments
 (0)