Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodydavis authored Nov 21, 2023
1 parent 3c3cbdc commit 1b3ebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preact_signals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ final stream = createStream();
final signal = stream.toSignal(); // or streamToSignal(stream)
```

> This will return a sealed union based on `SignalState` that will return `SignalValue` for success, `SignalError` for errors (and `SignalTimeout` on optional timeout), and `SignalLoading`.
> This will return a sealed union based on `SignalState` that will return `SignalValue` for success, `SignalError` for errors, and `SignalLoading`.
## Example

Expand Down

0 comments on commit 1b3ebf9

Please sign in to comment.