Skip to content

Commit

Permalink
Add Surface to description
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefmoraes committed Sep 23, 2024
1 parent 52ab6ea commit 38531ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Surface.Form

Wrappers for `Phoenix.HTML.Form` functions.
Surface Wrappers for `Phoenix.HTML.Form` functions.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 38531ab

Please sign in to comment.