diff --git a/README.md b/README.md index cfb3e92..b89e5c3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://github.com/phoenixframework/phoenix_html/workflows/Tests/badge.svg)](https://github.com/phoenixframework/phoenix_html/actions?query=workflow%3ATests) -The default building blocks for working with HTML safely in Phoenix. +Building blocks for working with HTML in Phoenix. This library provides three main functionalities: diff --git a/lib/phoenix_html.ex b/lib/phoenix_html.ex index f0c72b6..9cf5cb3 100644 --- a/lib/phoenix_html.ex +++ b/lib/phoenix_html.ex @@ -1,7 +1,6 @@ defmodule Phoenix.HTML do @moduledoc """ - The default building blocks for working with HTML safely - in Phoenix. + Building blocks for working with HTML in Phoenix. This library provides three main functionalities: