From ee7aeb82b479c648c7b4f7eb2d218b75a3dd58c2 Mon Sep 17 00:00:00 2001 From: Taylor Bryant Date: Tue, 25 Dec 2018 23:15:58 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19e2e77..ac2719f 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ A starter kit for using [Tailwind](https://tailwindcss.com) (v0.7.3) with [Jekyl * A barebones Jekyll starter theme * A Gulpfile that does the following: - * Builds Tailwind + * Compiles Tailwind * Strips out unused CSS using [Purgecss](http://www.purgecss.com/) * Runs [Autoprefixer](https://github.com/postcss/autoprefixer) * Minifies your CSS * Generate a CSS sourcemap - * Builds Jekyll - * Runs [Browsersync](https://www.browsersync.io/) for live reload + * Compiles Jekyll + * Runs [Browsersync](https://www.browsersync.io/) for local development ## Example I used this starter for my personal blog. See the code [here](https://github.com/taylorbryant/taylorbryant.github.io).