Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #219

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading