Skip to content

Commit c4e9877

Browse files
authored
Merge pull request #1523 from ahoppen/ahoppen/readme
Minor updates to README
2 parents 7d9a12e + 799b3b3 commit c4e9877

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
SwiftSyntax is a set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
44

5-
> Note: SwiftSyntax is still in development, and its API is not guaranteed to
6-
> be stable. It is subject to change without warning.
5+
## Documentation
6+
7+
You can read SwiftSyntax’s documentation on [swiftpackageindex.com](https://swiftpackageindex.com/apple/swift-syntax/documentation).
78

89
## Adding SwiftSyntax as a Dependency
910

@@ -63,6 +64,7 @@ Replace `<#Specify Release tag#>` by the version of SwiftSyntax that you want to
6364

6465
| Xcode Release | Swift Release Tag | SwiftSyntax Release Tag |
6566
|:-------------------:|:-------------------:|:-------------------------:|
67+
| Xcode 14.3 | swift-5.8-RELEASE | 508.0.0 |
6668
| Xcode 14.0 | swift-5.7-RELEASE | 0.50700.1 |
6769
| Xcode 13.3 | swift-5.6-RELEASE | 0.50600.1 |
6870
| Xcode 13.0 | swift-5.5-RELEASE | 0.50500.0 |

0 commit comments

Comments
 (0)