From 8df602fb50bba54b2d2514775a5213df9838d7b9 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 25 Apr 2018 12:09:01 -0600 Subject: [PATCH] Remove Font Awesome reference [ci skip] --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7470f65..3577be6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Sage is a WordPress starter theme with a modern development workflow. * [Blade](https://laravel.com/docs/5.5/blade) as a templating engine * [Controller](https://github.com/soberwp/controller) for passing data to Blade templates * CSS framework (optional): [Bootstrap 4](https://getbootstrap.com/), [Bulma](https://bulma.io/), [Foundation](https://foundation.zurb.com/), [Tachyons](http://tachyons.io/) -* Font Awesome (optional) See a working example at [roots-example-project.com](https://roots-example-project.com/). @@ -43,7 +42,7 @@ To install the latest development version of Sage, add `dev-master` to the end o $ composer create-project roots/sage your-theme-name dev-master ``` -During theme installation you will have options to update `style.css` theme headers, select a CSS framework, add Font Awesome, and configure Browsersync. +During theme installation you will have options to update `style.css` theme headers, select a CSS framework, and configure Browsersync. ## Theme structure