Skip to content

Commit c7901ea

Browse files
committed
Add @step to section 2
1 parent 7ac5336 commit c7901ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/SwiftSyntax/Documentation.docc/Tutorials/SwiftSyntax By Example.tutorial

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
}
5252

5353
@Steps {
54+
@Step {
55+
Configure your package. Continue to select the Package.swift file.
56+
57+
@Code(name: "Package.swift", file: Package.step2.swift)
58+
}
59+
5460
@Step {
5561
Add the `swift-syntax` package to the dependencies section of your
5662
`Package.swift` file.

0 commit comments

Comments
 (0)