Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Aug 13, 2022
1 parent 3ca9f07 commit 26a26c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/.DS_Store
/.DS_Store
example_files/
example.html
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Icons can be used only in HTML-based documents.
quarto install extension mcanouil/quarto-iconify
```

This will install the extension under the `_extensions` subdirectory.
This will install the extension under the `_extensions` subdirectory.
If you're using version control, you will want to check in this directory.

## Using
Expand All @@ -26,7 +26,7 @@ To embed an icon, use the `{{< iconify >}}` shortcode[^1]. For example:
This extension includes support for thousands of icons (including animated icons).
You can browse all of the available sets of icons here:

<ttps://icon-sets.iconify.design/>
<https://icon-sets.iconify.design/>

[^1]: The default icon set is `fluent-emoji` (source: <https://github.com/microsoft/fluentui-emoji>).

Expand Down

0 comments on commit 26a26c0

Please sign in to comment.