Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
FiV0 committed Nov 18, 2021
1 parent dc4edcf commit b2834ff
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 @@ -49,7 +49,7 @@ For sending stuff from server to client you can look at the [socket](src/io/dbme
```clj
(require '[io.dbme.socket :as socket])

(send-data {:some-new-data true})
(socket/send-data {:some-new-data true})
```
The data you send is then displayed above the send field in the frontend.

Expand Down

0 comments on commit b2834ff

Please sign in to comment.