From fd32cf8de46739b02207f9ec5bb0a4a9b394b9db Mon Sep 17 00:00:00 2001 From: Sabbir Ahmed Date: Wed, 19 Nov 2014 22:48:51 +0600 Subject: [PATCH 1/2] Updated --- README.md | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c42122..079968e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ -Simple line icons bower package -============================ +Simple line icons +==== + +Simple line icons with CSS, SAAS & Web-fonts files. + +Installation +==== + +via bower + +```shell + +bower install simple-line-icons --save + +``` + +Preview +=== +![preview](http://graphicburger.com/wp-content/uploads/2013/10/Simple-Line-Icons-Webfont-600.png) + +Credits +=== +[Jamal Jama](https://twitter.com/byjml) for creating this awesome webfont. + +Contributors +==== +* [Sabbir Ahmed](https://twitter.com/alreadysabbir) +* [Zeshan Ahmed](https://twitter.com/zeshanshani22) \ No newline at end of file From 05de7834d3a4960491bc725fac01a8f23ee13db8 Mon Sep 17 00:00:00 2001 From: Sabbir Ahmed Date: Wed, 19 Nov 2014 22:49:51 +0600 Subject: [PATCH 2/2] Added scss file to Main list. Bumped version. --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index a2d929f..2042b56 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "simple-line-icons", - "version": "0.0.1", + "version": "0.1.0", "authors": [ "Sabbir Ahmed " ], @@ -13,6 +13,7 @@ ], "main": [ "css/simple-line-icons.css", + "scss/simple-line-icons.scss", "fonts/Simple-Line-Icons.eot", "fonts/Simple-Line-Icons.svg", "fonts/Simple-Line-Icons.ttf",