Merge pull request #688 from ajusa/patch-2

Fix main websockets example attribute in docs
This commit is contained in:
1cg 2022-01-14 11:20:50 -07:00 committed by GitHub
commit 9b4886236e
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>
<input name="chat_message">
</form>
</div>