Skip to content

Commit 5c4d162

Browse files
committed
Update README.md
1 parent 761cb8e commit 5c4d162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
6666
/// - request: A URL load request that is independent of protocol or URL scheme
6767
/// - retry: Amount of attempts Default value is 1
6868
/// - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
69-
func sendRetry(
69+
func send(
7070
with request : URLRequest,
7171
retry : UInt = 1,
7272
_ taskDelegate: ITaskDelegate? = nil

0 commit comments

Comments
 (0)