Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodydavis committed Nov 27, 2023
1 parent 9fb1610 commit 93af97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter_preact_signals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ final signal = notifier.toSignal(); // or signalFromValueNotifier(notifier)

### `BuildContext` and Widgets

`StatefulWidget` and `StatelessWidget` widgets can both react to changes on a signal by adding a `watch`` command:
`StatefulWidget` and `StatelessWidget` widgets can both react to changes on a signal by adding a `watch` command:

```dart
import 'package:flutter_preact_signals/flutter_preact_signals.dart';
Expand Down

0 comments on commit 93af97b

Please sign in to comment.