Skip to content

Commit

Permalink
Merge pull request #10 from lvterry/patch-1
Browse files Browse the repository at this point in the history
fix a typo in README.md
  • Loading branch information
Recouse authored Feb 3, 2024
2 parents b9d0344 + 9fafe27 commit 852f858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ And then, include "EventSource" as a dependency for your target:

## Usage

Using EventSource is easy. Simply create an instance of EventSource with the URLReqh
uest of the SSE endpoint you want to connect to, and await for events:
Using EventSource is easy. Simply create an instance of EventSource with the URLRequest of the SSE endpoint you want to connect to, and await for events:
```swift
import EventSource

Expand Down

0 comments on commit 852f858

Please sign in to comment.