dwyl / phoenix-liveview-counter-tutorial

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

update function call in README.md from Map.delete to Map.pop/3 fixes #222 #222

Closed MikeRund closed 1 month ago

MikeRund commented 1 month ago

Context: Adding Presence Replaced Math.delete for Math.pop/3 in description Replaced Math.pop! for Math.pop

nelsonic commented 1 month ago

@MikeRund please link to the issue from your Pull Request and Commit message e.g:

update function call in README.md from Map.delete to Map.pop/3 fixes #221