From b32cbd6ca62f0a0896b061965806c4acb774b5aa Mon Sep 17 00:00:00 2001 From: richard-dds Date: Mon, 6 Aug 2018 17:10:46 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32eca8ab..e07d91ea 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ To render an icon, use {{ Icon("icon-name", classes="css-classes") }} ``` -where `name` is the filename of an svg in `static/icons`. +where `icon-name` is the filename of an svg in `static/icons`. All icons used should be from the Noun Project, specifically [this collection](https://thenounproject.com/monstercritic/collection/tinicons-a-set-of-tiny-icons-perfect-for-ui-elemen/) if possible.