From 38531abc7c10bfde2e7bd25474475872b30d9113 Mon Sep 17 00:00:00 2001 From: Tiago Moraes Date: Tue, 17 Sep 2024 20:12:15 -0300 Subject: [PATCH] Add Surface to description --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc7b0e7..9bb1193 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Surface.Form -Wrappers for `Phoenix.HTML.Form` functions. +Surface Wrappers for `Phoenix.HTML.Form` functions. ## Installation diff --git a/mix.exs b/mix.exs index ef8923a..0c393e4 100644 --- a/mix.exs +++ b/mix.exs @@ -19,7 +19,7 @@ defmodule Surface.Form.MixProject do app: :surface_form, version: @version, elixir: "~> 1.13", - description: "Wrappers for Phoenix.HTML.Form functions", + description: "Surface wrappers for Phoenix.HTML.Form functions", start_permanent: Mix.env() == :prod, elixirc_paths: elixirc_paths(Mix.env()), compilers: Mix.compilers() ++ [:surface],