Skip to content

Commit 15326e1

Browse files
authored
Updated README w/ markdown style badges
1 parent 0b7450b commit 15326e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Counter
22

3-
<img src="https://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform iOS" />
4-
<a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/swift3-compatible-4BC51D.svg?style=flat" alt="Swift 3 compatible" /></a>
5-
<a href="https://raw.githubusercontent.com/candostdagdeviren/CDAlertView/master/LICENSE"><img src="http://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License: MIT" /></a>
3+
[![Platform iOS](https://img.shields.io/badge/platform-iOS-blue.svg?style=flat)](http://developer.apple.com/ios)
4+
[![Language](http://img.shields.io/badge/language-swift-orange.svg?style=flat)](https://developer.apple.com/swift)
5+
[![Swift 3 Compatible](https://img.shields.io/badge/swift3-compatible-4BC51D.svg?style=flat)](https://swift.org/blog/swift-3-0-released/)
6+
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/yoha/Counter/blob/master/LICENSE)
7+
[![Issues](https://img.shields.io/github/issues/yoha/Counter.svg?style=flat)](https://github.com/yoha/Counter/issues)
68

79
## An iOS app that increments / decrements counter on display when tapped.
810

0 commit comments

Comments
 (0)