diff --git a/README.md b/README.md
index bbbfe4308..f3306ec53 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-![Typhoon](http://www.typhoonframework.org/typhoon-splash.png)
+![Typhoon](http://typhoonframework.org/typhoon-splash.png)
## typhoonframework.org
Powerful dependency injection for Cocoa and CocoaTouch. Lightweight, yet full-featured and super-easy to use.
## Not familiar with Dependency Injection?
-Visit the Typhoon website for an introduction. There's also a nice intro over at Big Nerd Ranch, or here's an article, by John Reid. Quite a few books have been written on the topic, though we're not familiar with one that focuses specifically on Objective-C, Swift or Cocoa yet.
+Visit the Typhoon website for an introduction. There's also a nice intro over at Big Nerd Ranch, or here's an article, by John Reid. Quite a few books have been written on the topic, though we're not familiar with one that focuses specifically on Objective-C, Swift or Cocoa yet.
## Is Typhoon the right DI framework for you?
@@ -15,9 +15,9 @@ Check out the feature list
# Usage
-* Read the ***Quick Start*** for Objective-C or Swift.
-* Here's the User Guide.
-* And here are the API Docs. Generally googling a Typhoon class name will return the correct page as the first hit.
+* Read the ***Quick Start*** for Objective-C or Swift.
+* Here's the User Guide.
+* And here are the API Docs. Generally googling a Typhoon class name will return the correct page as the first hit.
* 日本のドキュメンテーション
```swift
@@ -27,13 +27,13 @@ let viewControler = assembly.recommendationController() as! RecommendationContro
# Open Source Sample Applications
-* Try the official Swift Sample Application or Objective-C Sample Application.
-* This sample shows how to set up Typhoon with Storyboards, Core Data and Reactive Cocoa.
+* Try the official Swift Sample Application or Objective-C Sample Application.
+* This sample shows how to set up Typhoon with Storyboards, Core Data and Reactive Cocoa.
*Have a Typhoon example app that you'd like to share? Great! Get in touch with us :)*
# Installing
-![Cocoapods Version](https://cocoapod-badges.herokuapp.com/v/Typhoon/badge.png) [![Pod Platform](http://img.shields.io/cocoapods/p/Typhoon.svg?style=flat)](http://typhoonframework.org/docs/latest/api/modules.html) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Dependency Status](https://www.versioneye.com/objective-c/typhoon/1.1.1/badge.svg?style=flat)](https://www.versioneye.com/objective-c/typhoon) [![Pod License](http://img.shields.io/cocoapods/l/Typhoon.svg?style=flat)](https://github.com/appsquickly/Typhoon/blob/master/LICENSE)
+![Cocoapods Version](https://cocoapod-badges.herokuapp.com/v/Typhoon/badge.png) [![Pod Platform](https://img.shields.io/cocoapods/p/Typhoon.svg?style=flat)](http://typhoonframework.org/docs/latest/api/modules.html) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Dependency Status](https://www.versioneye.com/objective-c/typhoon/1.1.1/badge.svg?style=flat)](https://www.versioneye.com/objective-c/typhoon) [![Pod License](https://img.shields.io/cocoapods/l/Typhoon.svg?style=flat)](https://github.com/appsquickly/Typhoon/blob/master/LICENSE)
Typhoon is available through CocoaPods or Carthage, and also builds easily from source.
@@ -96,11 +96,11 @@ If you can't find what you need in the Quick Start or User Guides above, then Ty
### I've found a bug, or have a feature request
-Please raise a GitHub issue.
+Please raise a GitHub issue.
### Interested in contributing?
- Great! Here's the contribution guide.
+ Great! Here's the contribution guide.
### I'm blown away!