diff --git a/README.md b/README.md index 3a78f7d..c935c2d 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ Hermes shows all queued up notifications at once, with an easy way to swipe through them (and will animate through them automatically if you don't touch any notifications for 3 seconds) ##Installation -###Cocoapods Installation +###CocoaPods Installation Hermes is available on CocoaPods. Just add the following to your project Podfile: ``` pod 'Hermes', '~> 1.0' ``` -###Non-Cocoapods Installation +###Non-CocoaPods Installation You can drop Hermes' files directly into your project, or drag the Hermes project into your workspace. ###Usage