You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,7 @@ Read and write common delimited text file formats, including:
11
11
12
12
### Swift Package Manager (SPM)
13
13
14
-
To add TextFileKit to your Xcode project:
15
-
16
-
1. Select File → Swift Packages → Add Package Dependency
17
-
2. Add package using `https://github.com/orchetect/TextFileKit` as the URL.
14
+
Add this package to your Xcode project or Swift package using `https://github.com/orchetect/TextFileKit` as the URL.
18
15
19
16
## Roadmap
20
17
@@ -30,6 +27,13 @@ Licensed under the MIT license. See [LICENSE](https://github.com/orchetect/TextF
30
27
31
28
This library was formerly known as SwiftHex.
32
29
30
+
## Community & Support
31
+
32
+
Please do not email maintainers for technical support. Several options are available for issues and questions:
33
+
34
+
- Questions and feature ideas can be posted to [Discussions](https://github.com/orchetect/TextFileKit/discussions).
35
+
- If an issue is a verifiable bug with reproducible steps it may be posted in [Issues](https://github.com/orchetect/TextFileKit/issues).
36
+
33
37
## Contributions
34
38
35
-
Contributions are welcome. Feel free to post an Issue to discuss.
39
+
Contributions are welcome. Posting in [Discussions](https://github.com/orchetect/TextFileKit/discussions) first prior to new submitting PRs for features or modifications is encouraged.
0 commit comments