From 765d044dc62a5fa8578217fd4ca64347f835a579 Mon Sep 17 00:00:00 2001 From: Arthur Clemens Date: Sun, 13 Aug 2023 20:57:27 +0200 Subject: [PATCH] Update mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.