Skip to content

Commit

Permalink
Merge pull request #746 from zach-is-my-name/app/upstream/feature/lit…
Browse files Browse the repository at this point in the history
…-4031-new-listener-sdk

typo readme
  • Loading branch information
Ansonhkg authored Dec 23, 2024
2 parents 331dc2d + 947367b commit 8723f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/event-listener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ runLitActionInterval().catch(console.error);

## Functional interface

There care cases where such a declarative interface won't be enough for your use case. When that happens, the machines can also accept generic states, actions, transitions and listeners where it is possible to write any logic.
There are cases where such a declarative interface won't be enough for your use case. When that happens, the machines can also accept generic states, actions, transitions and listeners where it is possible to write any logic.

Here is an example that listens to Ethereum block hashes, looking for those that end in '0'

Expand Down

0 comments on commit 8723f8b

Please sign in to comment.