Skip to content

Commit 0681f28

Browse files
committed
Update README.md
1 parent 464a290 commit 0681f28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Extensions
2-
Cocoapod of useful extensions written in Swift 2.2.
2+
Cocoapod of useful extensions written in Swift 2.x.
33

44
##Example Extension Usage
55

@@ -17,7 +17,7 @@ str.toUnicodeArray()[0].toChar() // "H"
1717

1818
str.toUnicodeArray().toString() // "Hello, playground"
1919

20-
str.length() // 17
20+
str.length() // 17 (changing in update)
2121

2222
var int: Int = 0
2323

0 commit comments

Comments
 (0)