phoenixframework / phoenix_live_dashboard

Realtime dashboard with metrics, request logging, plus storage, OS and VM insights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README.md still recommends version 0.1. Should this be 0.2?

zorn opened this issue · comments

The README.md with installation instructions still say to use version "~> 0.1".

Should the be updated to version "~> 0.2"? Any other related updates need to be made on the README.md?

The ~> makes so it picks 0.1, 0.2, 0.3 and so on if available. :)