diff --git a/.editorconfig b/.editorconfig
index 47ae637..dc0ccc6 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,7 +10,7 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
-[{*.yml,package.json}]
+[{*.yml,*.scss,*.js,package.json}]
indent_size = 2
# The indent size used in the package.json file cannot be changed:
diff --git a/.gitattributes b/.gitattributes
index 475f5f2..89eb187 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,3 +4,4 @@
/.gitignore export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
+/codecov.yml export-ignore
diff --git a/README.md b/README.md
index 800304f..4850edc 100755
--- a/README.md
+++ b/README.md
@@ -2,12 +2,6 @@
[](https://travis-ci.org/silverstripe/silverstripe-blog)
[](https://scrutinizer-ci.com/g/silverstripe/silverstripe-blog/?branch=master)
[](https://codecov.io/github/silverstripe/silverstripe-blog?branch=master)
-
-
-[](https://packagist.org/packages/silverstripe/blog)
-[](https://packagist.org/packages/silverstripe/blog)
-[](https://packagist.org/packages/silverstripe/blog)
-
## Documentation
@@ -16,18 +10,18 @@
## Requirements
-```
-silverstripe/cms: ^4.0
-silverstripe/lumberjack: ^2.0
-silverstripe/tagfield: ^2.0
-```
+* SilverStripe CMS 4.0+
+* SilverStripe Lumberjack Module 2.0+
+* SilverStripe Tag Field Module 2.0+
+* SilverStripe Assets 1.0+
+* SilverStripe Asset Admin Module 1.0+
+
+Note: this version is compatible with SilverStripe 4. For SilverStripe 3, please see [the 2.x release line](https://github.com/silverstripe/silverstripe-blog/tree/2).
### Suggested Modules
-```
-silverstripe/widgets: *
-silverstripe/comments: *
-```
+* SilverStripe Widgets Module
+* SilverStripe Comments Module
## Installation
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index c4c9ca1..f588513 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -7,16 +7,6 @@
-
-
-
-
-
-
-
-
-
-