Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Apr 17, 2018
1 parent b770a1f commit 9732e9d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Expand Up @@ -36,7 +36,7 @@
---

## Requirements
- Swift4.0 or later
- Swift4.1 or later
- OS X 10.9 or later
- iOS 9.0 or later
- watchOS 2.0 or later
Expand Down Expand Up @@ -184,7 +184,7 @@ let team: Team = try json.value(for: ["teams", 0])
---

## Tips
#### `Parsable` conformed types as default
#### The types conformed to `Parsable` as default.
```swift
JSON
String
Expand All @@ -203,12 +203,9 @@ UInt32
Int64
UInt64
Decimal

// A type that has a value conforming to `Parsable` in generics

RawRepresentable where RawValue: Parsable
Array where Element: Parsable
Dictionary where Key == String, Value: Parsable
Optional where Wrapped: Parsable
```

#### Conform to `Parsable` with initializer
Expand Down

0 comments on commit 9732e9d

Please sign in to comment.