Update README.md

Fixed typos.
This commit is contained in:
ted 2016-08-30 09:48:32 -06:00 committed by GitHub
parent 0ac91f99c3
commit f4765ca4c4

View file

@ -4,10 +4,10 @@ Basic Child Theme for UnderStrap Theme Framework: https://github.com/holger1411/
## How it works
It shares with the parent theme all PHP files and adds its own functions.php on top of the UnderStrap parent themes functions.php.
IT DIT NOT LOAD THE PARENT THEMES CSS FILE(S)!
IT DID NOT LOAD THE PARENT THEMES CSS FILE(S)!
Instead it uses the UnderStrap Parent Theme as dependency via Bower and compiles its own CSS file from it.
Uses the Enqueue method the load and sort the CSS file the right way instead of the old @import methode
Uses the Enqueue method the load and sort the CSS file the right way instead of the old @import method.
## Installation
1. Install the parent theme UnderStrap first: https://github.com/holger1411/understrap
@ -61,4 +61,4 @@ var browserSyncOptions = {
```
- then run: `$ gulp watch-bs`
[1] Visit [http://browsersync.io](http://browsersync.io) for more information on Browser Sync
[1] Visit [http://browsersync.io](http://browsersync.io) for more information on Browser Sync