Minor rewording to clarify the location of the NIO1 to NIO2 migration guide (#1945)
This commit is contained in:
parent
389cd9de57
commit
d8348adc55
|
@ -1,3 +1,5 @@
|
|||
# NIO 1 to NIO 2 migration guide
|
||||
|
||||
Please take a look at [SwiftNIO 2.29.0](https://github.com/apple/swift-nio/blob/2.29.0/docs/migration-guide-NIO1-to-NIO2.md), the last version with Swift 5.0 support. SwiftNIO 2.29.0 will also come with the `_NIO1APIShims` module which eases the migration.
|
||||
Please take a look at the [migration guide included with SwiftNIO 2.29.0](https://github.com/apple/swift-nio/blob/2.29.0/docs/migration-guide-NIO1-to-NIO2.md), the last version with Swift 5.0 support.
|
||||
|
||||
[SwiftNIO 2.29.0](https://github.com/apple/swift-nio/releases/tag/2.29.0) includes the `_NIO1APIShims` module which can help to ease the migration.
|
||||
|
|
Loading…
Reference in New Issue