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],