diff --git a/Cargo.lock b/Cargo.lock
index 0511d6d5bd4f3aca0c1438b56563c48ae3b0e9f3..20be2d53f43c15624941d67d7c847a74999193fd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "swerve"
-version = "0.1.0"
+version = "0.1.1"
 dependencies = [
  "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "rocket 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index d20f86c47ee6bfc9b52056e537f8ff5b23459b4f..ff11fbe46c8d2f0aa0139921a6c02336798bc244 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "swerve"
-version = "0.1.0"
+version = "0.1.1"
 description = "Quick and easy multithreaded file server for local front end development"
 
 authors = ["Louis Capitanchik <contact@louiscap.co>"]
@@ -19,7 +19,7 @@ exlude = [
 ]
 
 [badges]
-travis-ci = { repository = "commander-lol/rust-swerve", branch = "master" }
+travis-ci = { repository = "Commander-lol/rust-swerve", branch = "master" }
 
 [profile.release]
 lto = true
diff --git a/README.md b/README.md
index 88f24c4b7a97f422005cf7b7e80bf58cfe1906d0..5110b31160996b9c7a733a9265dfde0b879515d6 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ While swerve does nothing innovative, the goal is to have a fast performing file
 tear down time, as well as minimal request time spent inside the server itself. Current features are limited to
 serving files, but the roadmap includes API mocking to make front end development even easier.
 
-##Installation
+## Installation
 
 ### Prebuilt
 1. Download the binary for your OS from the [releases]() page