dwyl / phoenix-liveview-counter-tutorial

🤯 beginners tutorial building a real time counter in Phoenix 1.7.7 + LiveView 0.19 ⚡️ Learn the fundamentals from first principals so you can make something amazing! 🚀
https://livecount.fly.dev/
GNU General Public License v2.0
356 stars 35 forks source link

Chore: Tidy `README.md` Screenshots and Markdown Fails #168

Closed nelsonic closed 11 months ago

nelsonic commented 11 months ago

Reading through the README.md at 3a8ae45 there are quite a few inconsistencies and Markdown fails

e.g: Old screenshot: https://github.com/dwyl/phoenix-liveview-counter-tutorial/tree/3a8ae4560fde21bfb138c0d064e7f24c9c19b51f#run-the-app image

There are 11 instances of the `` (double-backtic) character: image

This is because VSCodium was inserting double yesterday while I was trying to fix things ... 🤦‍♂️

Todo

nelsonic commented 11 months ago

Final version running on localhost:

liveview-counter-localhsot-two-instances

nelsonic commented 11 months ago

Ready for continuous delivery/deployment when @dependabot makes updates. 👌 image

nelsonic commented 11 months ago

Fixed by #169 ✅