Skip to content

Commit dd553bd

Browse files
authored
Merge pull request #125 from naviloper/patch-1
Update README.md
2 parents b080f39 + 861ce14 commit dd553bd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

cmd/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ It's common to have a small `main` function that imports and invokes the code fr
1010

1111
Examples:
1212

13-
- https://github.com/heptio/ark/tree/master/cmd (just a really small `main` function with everything else in packages)
14-
- https://github.com/moby/moby/tree/master/cmd
15-
- https://github.com/prometheus/prometheus/tree/master/cmd
16-
- https://github.com/influxdata/influxdb/tree/master/cmd
17-
- https://github.com/kubernetes/kubernetes/tree/master/cmd
18-
- https://github.com/dapr/dapr/tree/master/cmd
13+
* https://github.com/heptio/ark/tree/master/cmd (just a really small `main` function with everything else in packages)
14+
* https://github.com/moby/moby/tree/master/cmd
15+
* https://github.com/prometheus/prometheus/tree/master/cmd
16+
* https://github.com/influxdata/influxdb/tree/master/cmd
17+
* https://github.com/kubernetes/kubernetes/tree/master/cmd
18+
* https://github.com/dapr/dapr/tree/master/cmd
19+
* https://github.com/ethereum/go-ethereum/tree/master/cmd

0 commit comments

Comments
 (0)