From 478d310fd79c4cff707b73b59b85ec5a26ff9970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 28 Oct 2023 10:51:42 +0200 Subject: [PATCH] Update description --- README.md | 2 +- lib/phoenix_html.ex | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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: