You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Echo is a Swift package for consuming RESTful and REST-like web services. It pro
5
5
6
6

7
7
8
-
For example, the following code uses Echo's `WebServiceProxy` class to access a simple web service that returns the first _n_ values in the Fibonacci sequence:
8
+
For example, the following code uses Echo's `WebServiceProxy` class to access a simple web service that returns the first _n_ values of the Fibonacci sequence:
9
9
10
10
```swift
11
11
let webServiceProxy =WebServiceProxy(session: URLSession.shared, baseURL: baseURL)
0 commit comments