Skip to content

Commit 73670b9

Browse files
authored
Update README.md
1 parent 29e8cf3 commit 73670b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ SwiftyJSON makes it easy to deal with JSON data in Swift.
1717
- [Setter](#setter)
1818
- [Raw object](#raw-object)
1919
- [Literal convertibles](#literal-convertibles)
20+
1. [Work with Alamofire](#work-with-alamofire)
2021

2122
> For Swift3 support, take a look at the [swift3 beta branch](https://github.com/SwiftyJSON/SwiftyJSON/tree/swift3)
2223
2324
> [中文介绍](http://tangplin.github.io/swiftyjson/)
2425
25-
1. [Work with Alamofire](#work-with-alamofire)
2626

2727
##Why is the typical JSON handling in Swift NOT good?
2828
Swift is very strict about types. But although explicit typing is good for saving us from mistakes, it becomes painful when dealing with JSON and other areas that are, by nature, implicit about types.

0 commit comments

Comments
 (0)