瀏覽代碼

Fixed Typo in README

And also made the list a list
Norio Nomura 10 年之前
父節點
當前提交
f5f439e6d6
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -1,5 +1,5 @@
 # Base32 for Swift on OS X and iOS
-[![MIT Lincese](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
+[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
 [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
 [![CI Status](http://img.shields.io/travis/norio-nomura/Base32.svg?style=flat)](https://travis-ci.org/norio-nomura/Base32)
 
@@ -7,8 +7,8 @@ Base32 is a [Base32](https://tools.ietf.org/html/rfc4648) implementation for Swi
 
 ## Requirements
 
-iOS 8 or later
-OS X 10.9 or later
+* iOS 8 or later
+* OS X 10.9 or later
 
 ## Installation