From cef5a7658f5eec9cafcf74abf5d515921b4b29d0 Mon Sep 17 00:00:00 2001 From: Paul Lang Date: Thu, 12 May 2016 22:32:57 -0700 Subject: [PATCH] docs(icon): fix closing tags in Named icons --- src/components/icon/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/icon/README.md b/src/components/icon/README.md index 355a8db009b7..920d7d299e3a 100644 --- a/src/components/icon/README.md +++ b/src/components/icon/README.md @@ -54,8 +54,8 @@ mdIconRegistry.addSvgIconInNamespace('animals', 'cat', '/assets/cat.svg'); ``` ```html - - + + ``` ### Icon sets