Fixup documentation after changing packages

This commit is contained in:
2024-04-21 16:37:20 +02:00
parent 9826a54187
commit f291d17aa3
3 changed files with 20 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ import "katenary/parser"
Parser package is a wrapper around compose\-go to parse compose files.
## func [Parse](<https://github.com/metal3d/katenary/blob/develop/parser/main.go#L10>)
## func [Parse](<https://github.com/metal3d/katenary/blob/develop/parser/main.go#L25>)
```go
func Parse(profiles []string, dockerComposeFile ...string) (*types.Project, error)