Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored and bwetherfield committed Oct 16, 2019
1 parent 70c55ec commit 7eb6fb7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,16 +268,12 @@ extension IntOrString: Codable {
This is described in more details in PR [\#119](https://github.com/MaxDesiatov/XMLCoder/pull/119)
by [@jsbean](https://github.com/jsbean) and [@bwetherfield](https://github.com/bwetherfield).

<<<<<<< HEAD
### Integrating with [Combine](https://developer.apple.com/documentation/combine)

Starting with XMLCoder [version 0.9](https://github.com/MaxDesiatov/XMLCoder/releases/tag/0.9.0),
when Apple's Combine framework is available, `XMLDecoder` conforms to the
=======
## Integrating with [Combine](https://developer.apple.com/documentation/combine)
### Integrating with [Combine](https://developer.apple.com/documentation/combine)

When Apple's Combine framework is available, `XMLDecoder` conforms to the
>>>>>>> Conditionally conform to Combine.TopLevelDecoder (#132)
`TopLevelDecoder` protocol, which allows it to be used with the
`decode(type:decoder:)` operator:

Expand Down

0 comments on commit 7eb6fb7

Please sign in to comment.