Skip to content

Commit

Permalink
Merge pull request #108 from terrierscript/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzincist authored Dec 20, 2023
2 parents 7ac463b + df2d8a4 commit f9f2389
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 @@ -130,7 +130,7 @@ A helper function to create a **server triggered** event. BYO server (See [Trigg
```typescript
import { useTrigger } from '@harelpls/use-pusher';

const Example = () => {.
const Example = () => {
const trigger = useTrigger("channel-name");
const handleClick = () =>
trigger("event-name", "hello");
Expand Down

0 comments on commit f9f2389

Please sign in to comment.