Skip to content

Commit

Permalink
improve container readme
Browse files Browse the repository at this point in the history
  • Loading branch information
strider2038 committed Oct 21, 2023
1 parent acf8697 commit 4fe8349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic/di/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## How to use

1. Describe your service definitions in [`definitions`](./internal/definitions) package.
1. Describe your service definitions in [`definitions/container.go`](./internal/definitions/container.go) file.
2. Run `digen generate` command to regenerate container files.
3. Describe factory methods for your services in [`factories`](./internal/factories) package.
4. Build your application.
Expand Down
2 changes: 1 addition & 1 deletion pkg/di/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## How to use

1. Describe your service definitions in [`definitions`](./internal/definitions) package.
1. Describe your service definitions in [`definitions/container.go`](./internal/definitions/container.go) file.
2. Run `digen generate` command to regenerate container files.
3. Describe factory methods for your services in [`factories`](./internal/factories) package.
4. Build your application.
Expand Down

0 comments on commit 4fe8349

Please sign in to comment.