Skip to content

Commit

Permalink
chore(docs): a bit of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
razshare committed May 11, 2024
1 parent 77dd506 commit b865e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ You can reconnect to the stream whenever the stream closes

## Custom Headers

You can apply custom headers to the connection
You can apply custom headers to the request

```html
<script>
Expand All @@ -221,7 +221,7 @@ You can apply custom headers to the connection

## Transform

While on the client, you can transform the stream into any type of object you want by using `source::select::transform`.
You can transform the stream into any type of object you want by using `source::select::transform`.

The `transform` method receives a `string`, which is the value of the store.

Expand Down

0 comments on commit b865e15

Please sign in to comment.