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 6a51f92 commit 9662118
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 @@ -210,7 +210,7 @@ Futures can be converted to signals by either a method `futureToSignal` or as an
```dart
import 'package:preact_signals/preact_signals.dart';
void createStream() async* {
Stream<int> createStream() async* {
yield 1;
yield 2;
yield 3;
Expand Down

0 comments on commit 9662118

Please sign in to comment.