From 9c9f9829ccd42d76b1841b259c8f2173b78278a5 Mon Sep 17 00:00:00 2001 From: James Baldwin Date: Tue, 27 Sep 2022 23:01:10 -0400 Subject: [PATCH] Consolidate redundant example from README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 231decc..f9cc203 100644 --- a/README.md +++ b/README.md @@ -35,17 +35,11 @@ By default, the icon components will use the outline style, but the `solid` or ``` -You can also pass arbitrary HTML attributes to the components: +You can also pass arbitrary HTML attributes to the components, such as classes: ```eex - -``` - -You can also provide arbitrary HTML attributes to the svg tag, such as classes: - -```eex - + ``` For a full list of icons see [the docs](https://hexdocs.pm/heroicons/api-reference.html) or [heroicons.com](https://heroicons.com/).