File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,24 @@ An open source package for as-you-type formatting in SwiftUI.
1919
2020# Installation
2121
22- Simple instructions on how to install this package.
22+ How to install this package.
2323
24- ### Swift Package Manager
24+ ### Xcode (SPM)
2525
26261 . Select https://github.com/oscbyspro/DiffableTextViews
27- 2 . Select a ** VERSIONED** release
27+ 2 . Select a ** VERSIONED** release (5.0.0)
2828
29- ### Import
29+ ### Package.swift
3030
3131``` swift
32- import DiffableTextViews
32+ . package ( url : " https://github.com/oscbyspro/ DiffableTextViews" , from : " 5.0.0 " ),
3333```
3434
3535### Requirements
3636
37- | Swift | iOS | iPadOS | Mac Catalyst | tvOS |
38- | :-----:| :-----:| :------:| :------------:| :-----:|
39- | 5.7+ | 15.0+ | 15.0+ | 15.0+ | 15.0+ |
37+ | Version | Swift | iOS | iPadOS | Mac Catalyst | tvOS |
38+ | :-------: | :----- :| :-----:| :------:| :------------:| :-----:|
39+ | 5.0.0+ | 5. 7+ | 15.0+ | 15.0+ | 15.0+ | 15.0+ |
4040
4141# Apps
4242
You can’t perform that action at this time.
0 commit comments