Skip to content

Commit ba895f7

Browse files
committed
Better intro line for Emit Structure section in README
1 parent ab6422e commit ba895f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ If no `<dest>` file is specified, the output is sent to stdout. Mainly useful f
109109

110110
The templates used by docker-gen are written using the Go [text/template](http://golang.org/pkg/text/template/) language. In addition to the [built-in functions](http://golang.org/pkg/text/template/#hdr-Functions) supplied by Go, docker-gen provides a number of additional functions to make it simpler (or possible) to generate your desired output.
111111

112-
#### Docker Gen Emit Structure
112+
#### Emit Structure
113113

114-
The emitted structure consists of the following Go structs:
114+
Within the templates, the object emitted by docker-gen will be a structure consisting of following Go structs:
115115

116116
```go
117117
type RuntimeContainer struct {

0 commit comments

Comments
 (0)