Skip to content

Commit 358fcb1

Browse files
committed
Update README.md.
1 parent 093d554 commit 358fcb1

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
@@ -5,7 +5,7 @@ Echo is a Swift package for consuming RESTful and REST-like web services. It pro
55

66
![](echo.png)
77

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:
99

1010
```swift
1111
let webServiceProxy = WebServiceProxy(session: URLSession.shared, baseURL: baseURL)

0 commit comments

Comments
 (0)