Fix main websockets example attribute

This commit is contained in:
Arham Jain 2021-11-25 22:47:51 -05:00 committed by GitHub
parent ee507565d0
commit d4e3335618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ of the event specified by [`hx-trigger`])
<div id="chat_room">
...
</div>
<form hx-ws="send">
<form ws-send="send">
<input name="chat_message">
</form>
</div>