Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-heroicons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0cf9a55..4b1dc8b 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ The icons gets mounted in `assets/svg/heroicons`.
This means that they can be used like this in a Hugo template:
```html
-{{ $icon := resources.Get "svg/heroicons/outline-md/md-search.svg" }}
+{{ $icon := resources.Get "svg/heroicons/outline/search.svg" }}
{{ $icon.Content | safeHTML }}
```