diff --git a/mix.exs b/mix.exs index d4f4243d..d2831307 100644 --- a/mix.exs +++ b/mix.exs @@ -16,7 +16,7 @@ defmodule PrimerLive.MixProject do end defp description() do - "A collection of function components that implements GitHub's Primer Design System." + "An implementation of GitHub's Primer Design System for Phoenix LiveView." end # Run "mix help compile.app" to learn about applications.