From 4a1b45c5afd86eeb0039e4e36a2d7d13b0aee79b Mon Sep 17 00:00:00 2001
From: Kyle Doherty <kyle.l.doherty@gmail.com>
Date: Tue, 2 Jun 2015 17:23:53 -0700
Subject: [PATCH] actually write out the usage

---
 resources/frontend_client/app/components/icons/icons.js | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/resources/frontend_client/app/components/icons/icons.js b/resources/frontend_client/app/components/icons/icons.js
index 42f9f37d2f7..c461c3639a9 100644
--- a/resources/frontend_client/app/components/icons/icons.js
+++ b/resources/frontend_client/app/components/icons/icons.js
@@ -1,15 +1,14 @@
 'use strict';
-
 /* global ICON_PATHS */
 
 /*
     GENERIC ICONS
 
-    usage:
-    <mb-icon name="<NAME FROM ICON_PATHS>" width="<PIXEL VALUE>" height="<PIXEL VALUE>"
+    USAGE:
+        Angular: <mb-icon name="<NAME FROM ICON_PATHS>" width="<PIXEL VALUE>" height="<PIXEL VALUE"></mb-icon>
+        React: <Icon name="<NAME FROM ICON_PATHS>" width="<PIXEL VALUE>" height="<PIXEL VALUE>" />
 */
 
-
 angular.module('corvus.components')
     .directive('mbIcon', function () {
 
-- 
GitLab