diff --git a/README.md b/README.md index 877e00b..aebfcbc 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ let package = Package( url: "https://github.com/SwiftDocOrg/SwiftSemantics", from: "0.0.1" ), + .package( + url: "https://github.com/apple/swift-syntax.git", + from: "0.50100.0" + ), ] ) ```