Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-ossai-cko committed Nov 30, 2023
1 parent 77b1a40 commit 5151190
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,7 @@ The package exposes two methods:

```swift
public class Risk {
private static var sharedInstance: Risk?
...

public static func getInstance(config: RiskConfig, completion: @escaping (Risk?) -> Void) {
...
// Early return of the shared instance if the method is called multiple times
// If preliminary checks the `sharedInstance` is returned else `nil` is returned
}

public func publishData(...) ... {
...
Expand Down

0 comments on commit 5151190

Please sign in to comment.