Skip to content

Commit

Permalink
Merge pull request #219 from dwyl/MikeRund-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nelsonic authored Oct 8, 2024
2 parents 1e41390 + 1f1fcef commit 6d304a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
**Build your _first_ App** using **Phoenix LiveView** 🥇<br />
and **_understand_** all the concepts in **10 minutes** or _less_! 🚀 <br />
Try it: [livecount.fly.dev](https://livecount.fly.dev/)

<div>
<a href="https://livecount.fly.dev/">
<img src="https://github.com/dwyl/phoenix-liveview-counter-tutorial/assets/194400/e61cf511-d1d8-4236-83b2-f9f45e06e710">
Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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
https://youtu.be/KfW3l3qJPH8

0 comments on commit 6d304a5

Please sign in to comment.