README.md in smallvictories-0.0.6 vs README.md in smallvictories-0.0.7

- old
+ new

@@ -72,12 +72,12 @@ └── Your Site └── _ │ ├── _includes │ │ └── _head.liquid │ ├── _layout.liquid - │ ├── _sv_custom.css - │ ├── _sv_custom.js + │ ├── application.css + │ ├── application.js │ └── index.liquid │ ├── _sv_custom.css ├── _sv_custom.js └── index.html @@ -135,11 +135,13 @@ ### Default Configuration ```yaml source: '_' destination: '' -stylesheet: '_sv_custom.css' -javascript: '_sv_custom.js' +source_stylesheet: 'application.css' +source_javascript: 'application.js' +destination_stylesheet: '_sv_custom.css' +destination_javascript: '_sv_custom.js' layout: '_layout.liquid' includes: '_includes' ``` ## Building Locally