From c504f94db72baf92d370e4b1bec96676a615db06 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Mon, 9 Jan 2017 08:50:59 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3c80fc..7caddd4 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Sage is a WordPress starter theme with a modern development workflow. * Sass for stylesheets * ES6 for JavaScript * [Webpack](https://webpack.github.io/) for compiling assets, optimizing images, and concatenating and minifying files -* [BrowserSync](http://www.browsersync.io/) for synchronized browser testing +* [Browsersync](http://www.browsersync.io/) for synchronized browser testing * [Bootstrap 4](http://getbootstrap.com/) for a front-end framework (can be removed or replaced) -* [Laravel Blade](https://laravel.com/docs/5.3/blade) as a templating engine +* [Laravel's Blade](https://laravel.com/docs/5.3/blade) as a templating engine See a working example at [roots-example-project.com](https://roots-example-project.com/). @@ -70,7 +70,7 @@ themes/your-theme-name/ # → Root of your Sage based theme ## Theme setup -Edit `src/setup.php` to enable or disable theme features, setup navigation menus, post thumbnail sizes, post formats, and sidebars. +Edit `src/setup.php` to enable or disable theme features, setup navigation menus, post thumbnail sizes, and sidebars. ## Theme development