Skip to content

Commit 79c45cb

Browse files
committed
Update docs
1 parent a8df54c commit 79c45cb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/development.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,12 @@ The idea behind this it to add support for other formats like `json`, `toml` or
239239
$ make test
240240
INFO: Starting build test
241241
go test ./...
242-
ok github.com/SimonBaeumer/commander/cmd/commander 0.011s
243-
ok github.com/SimonBaeumer/commander/pkg/app 0.014s
244-
ok github.com/SimonBaeumer/commander/pkg/matcher (cached)
245-
ok github.com/SimonBaeumer/commander/pkg/output (cached)
246-
ok github.com/SimonBaeumer/commander/pkg/runtime 0.229s
247-
ok github.com/SimonBaeumer/commander/pkg/suite 0.008s
242+
ok github.com/commander-cli/commander/cmd/commander 0.011s
243+
ok github.com/commander-cli/commander/pkg/app 0.014s
244+
ok github.com/commander-cli/commander/pkg/matcher (cached)
245+
ok github.com/commander-cli/commander/pkg/output (cached)
246+
ok github.com/commander-cli/commander/pkg/runtime 0.229s
247+
ok github.com/commander-cli/commander/pkg/suite 0.008s
248248
```
249249

250250
**7. Learning by doing**

0 commit comments

Comments
 (0)