diff --git a/README.md b/README.md
index 2c21d491..025f4d75 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Get up and running
Run the following command from the repository's root folder to install all dependencies.
```bash
-npm install && bower install && bundle install
+npm install && bundle install
```
### Development server
diff --git a/_src/_assets/img/jsonfeed.svg b/_src/_assets/img/jsonfeed.svg
new file mode 100644
index 00000000..30e18094
--- /dev/null
+++ b/_src/_assets/img/jsonfeed.svg
@@ -0,0 +1,3 @@
+
diff --git a/_src/_assets/styl/_kremalicious/footer.styl b/_src/_assets/styl/_kremalicious/footer.styl
index 8fba6879..5e742b7f 100644
--- a/_src/_assets/styl/_kremalicious/footer.styl
+++ b/_src/_assets/styl/_kremalicious/footer.styl
@@ -67,6 +67,8 @@
.rss:hover .icon
fill: #e15a00
+ .json:hover .icon
+ fill: #8BE028
.twitter:hover .icon
fill: #019ad2
.google:hover .icon
diff --git a/_src/_includes/footer.html b/_src/_includes/footer.html
index 3ddea6f9..352ba53f 100644
--- a/_src/_includes/footer.html
+++ b/_src/_includes/footer.html
@@ -11,11 +11,16 @@