Skip to content

Commit 44cd377

Browse files
author
hakonk
committed
kaizen: more docs
1 parent d96f6c4 commit 44cd377

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,9 @@ instruction). Thus, implement the following method from `UIApplicationDelegate`
288288

289289
#### Integration of the library with a Swift iOS project
290290

291-
The approach mentioned above should also be possible to employ with Swift. In this case one shoule have to import `RNAppAuth`
292-
and make `AppDelegate` conform to `RNAppAuthAuthorizationFlowManager`. `AppDelegate` should look something like this:
291+
The approach mentioned above should also be possible to employ with Swift. In this case one should have to import `RNAppAuth`
292+
and make `AppDelegate` conform to `RNAppAuthAuthorizationFlowManager`. Note that this has not been tested.
293+
`AppDelegate` should look something like this:
293294

294295
```swift
295296
@import RNAppAuth

0 commit comments

Comments
 (0)