From 931d458f85473d1ab01816bfa118b0b2d12c9630 Mon Sep 17 00:00:00 2001 From: Alex Fedoseev Date: Mon, 8 Feb 2016 11:26:23 +0300 Subject: [PATCH] Fix markup issues --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0162227d..0b3a1185 100644 --- a/README.md +++ b/README.md @@ -265,8 +265,8 @@ styleLoaders: #### Incorporating Bootswatch themes The following steps are needed to successfully incorporate a theme from Bootswatch: -1. Download the .scss files (_variables.scss and _bootswatch.scss) for the theme you have chosen. -2. Put the files somewhere in your project structure (e.g. the ./styles directory). +1. Download the `.scss` files (`_variables.scss` and `_bootswatch.scss`) for the theme you have chosen. +2. Put the files somewhere in your project structure (e.g. the `./styles` directory). 3. Add an additional SCSS file, like bs-theme.scss, that contains the following: ``` @import './_bootswatch.scss';