Skip to content

Commit

Permalink
Merge branch 'master' into release/4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lnbc1QWFyb24 authored Jun 22, 2022
2 parents 785a056 + e1577b9 commit 96ebc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const transactionSubscription = blocknative.subscribe({
// can listen to the transaction subscription directly
transactionSubscription.subscribe(transaction => console.log(transaction))

// or can listen for all transaction events on the global transacations$ observable
// or can listen for all transaction events on the global transactions$ observable
blocknative.transaction$.subscribe(transaction => console.log(transaction))
```

Expand Down

0 comments on commit 96ebc0c

Please sign in to comment.