Skip to content

Commit f7dbf92

Browse files
committed
Fix logo and typos in README
1 parent ce864a6 commit f7dbf92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](logo.png)
1+
![](https://github.com/ChaosCoder/Shouter/raw/master/logo.png)
22
[![](http://img.shields.io/badge/Swift-4.2-blue.svg)]() [![](http://img.shields.io/badge/iOS-8.0%2B-blue.svg)]() [![](https://img.shields.io/github/license/ChaosCoder/Shouter.svg)](LICENSE.md) [![](https://img.shields.io/bitrise/83adcb765d1ad6e0/master.svg?token=Ma5TqbEQTa5zaE6Q0k6tVw)](https://app.bitrise.io/app/83adcb765d1ad6e0)
33

44
**Shouter** is a simple, safe, lightweight way for one-to-many communication. It is a type, memory and thread safe alternative for NotificationCenter.
@@ -20,7 +20,7 @@ class ViewController: UIViewController { /* ... */ }
2020

2121
extension ViewController: SomeNotification {
2222
func somethingHappened(value: String) {
23-
self.titleLabel.text = "Something Happened: \(value)"
23+
self.titleLabel.text = "Something happened: \(value)"
2424
}
2525
}
2626
~~~
@@ -61,5 +61,5 @@ pod 'Shouter', :git => 'https://github.com/ChaosCoder/Shouter.git'
6161

6262
## Acknowledgments
6363

64-
*Shouter* was inspired and partially based on the library [100mango/SwiftNotificationCenter](https://github.com/100mango/SwiftNotificationCenter).
64+
*Shouter* was inspired and partially based on the library [100mango/SwiftNotificationCenter](https://github.com/100mango/SwiftNotificationCenter). <br>
6565
The logo is based on the "[Broadcast](https://thenounproject.com/term/broadcast/78458/)" icon by [Amy Chiang](https://thenounproject.com/amyc/) from [the Noun Project](http://thenounproject.com/).

0 commit comments

Comments
 (0)