Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Medwe authored Aug 16, 2022
1 parent 6e82b6f commit b31b33d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ Task(){
You can configure the SDK on a global level by setting the static configurationDelegate property in the `Storyblok` class. To do so, the object you assign has to conform to the `StoryblokConfigurationDelegate`. Note that all of the protocol's functions have default implementations and are therefor not required.

#### Custom DataConnection
If you - for example - already use Alamofire in your project you can return your own implementation of the `DataConnection` protocol here.
```swift
func dataConnection() -> DataConnection
```
Expand Down

0 comments on commit b31b33d

Please sign in to comment.