Skip to content

Commit 0d9b096

Browse files
committed
docs: Update target name in documentation target README
1 parent d76ac46 commit 0d9b096

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ let package = Package(
7878
),
7979
dependencies: [.target(name: "containertool")]
8080
),
81-
// Empty target that builds the DocC catalog at /SwiftContainerPluginDocumentation/Documentation.docc.
82-
// The ContainerImageBuilder catalog includes high-level, user-facing documentation about using
83-
// the ContainerImageBuilder plugin from the command-line.
81+
// Empty target which builds high-level, user-facing documentation about using the plugin from the command-line.
8482
.target(
8583
name: "swift-container-plugin",
8684
exclude: ["README.md"]

Sources/swift-container-plugin/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# ContainerImageBuilder Plugin Documentation
1+
# Swift Container Plugin User Documentation
22

3-
`ContainerImageBuilderPluginDocumentation` is an otherwise empty target that includes high-level,
4-
user-facing documentation about using the ContainerImageBuilder plugin from the command-line.
3+
This is an otherwise empty target that includes high-level, user-facing documentation about using the plugin from the command-line.
54

65
To preview the documentation, run the following command:
76

0 commit comments

Comments
 (0)