Skip to content

Commit b8740e3

Browse files
Merge pull request #81 from preactjs/fix/plural
2 parents dbb048a + 78e906e commit b8740e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Signals is a performant state management library with two primary goals:
66
1. Make it as easy as possible to write business logic for small up to complex apps. No matter how complex your logic is, your app updates should stay fast without you needing to think about it. Signals automatically optimize state updates behind the scenes to trigger the fewest updates necessary. They are lazy by default and automatically skip signals that no one listens to.
77
2. Integrate into frameworks as if they were native built-in primitives. You don't need any selectors, wrapper functions, or anything else. Signals can be accessed directly and your component will automatically re-render when the signal's value changes.
88

9-
Read the [announcement post](https://preactjs.com/blog/introducing-signals/) to learn more about which problems signals solve and how it came to be.
9+
Read the [announcement post](https://preactjs.com/blog/introducing-signals/) to learn more about which problems signals solves and how it came to be.
1010

1111
## Installation:
1212

0 commit comments

Comments
 (0)