diff --git a/README.md b/README.md index b62dd5e4..ae2dd148 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ **Build your _first_ App** using **Phoenix LiveView** 🥇
and **_understand_** all the concepts in **10 minutes** or _less_! 🚀
Try it: [livecount.fly.dev](https://livecount.fly.dev/) -
@@ -743,7 +742,7 @@ So when the client connects to the server, the server does not know if the client is already connected to the server. Once the websocket connection is established, the server knows that the client is connected, -thus `connected?(ocket) == true`. +thus `connected?(socket) == true`. Each client connected to the App subscribes to the `@topic` @@ -1871,4 +1870,4 @@ Related blog post: https://elixirschool.com/blog/live-view-live-component/ + Optimizing User Experience with LiveView: https://dockyard.com/blog/2020/12/21/optimizing-user-experience-with-liveview + `TDD` with `LiveView`: - https://youtu.be/KfW3l3qJPH8 \ No newline at end of file + https://youtu.be/KfW3l3qJPH8