Skip to content

Commit 9654ae5

Browse files
author
Natalie Arellano
committed
Remove comment
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 25bf43f commit 9654ae5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/extension-guide/create-extension/advanced-extensions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ The root directory for a typical extension might look like the following:
114114
```
115115
.
116116
├── bin
117-
│ ├── detect <- similar to a buildpack ./bin/detect
118-
│ ├── generate <- similar to a buildpack ./bin/build
119-
├── extension.toml <- similar to a buildpack buildpack.toml
117+
│ ├── detect
118+
│ ├── generate
119+
├── extension.toml
120120
```
121121

122122
But it could also look like any of the following:

0 commit comments

Comments
 (0)