Skip to content

Commit 75bd92d

Browse files
Update README.md
1 parent 216dc88 commit 75bd92d

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
@@ -5,7 +5,7 @@
55
[![Coverage report][cover-img]][cover-url]
66
[![GoDoc][godoc-img]][godoc-url]
77

8-
This package is a small but very useful wrapper around [os/exec.Cmd](https://golang.org/pkg/os/exec/#Cmd) for Linux and macOS that makes it safe and simple to run external commands in highly concurrent, asynchronous, real-time applications. Here's the look and feel:
8+
This package is a small but very useful wrapper around [os/exec.Cmd](https://golang.org/pkg/os/exec/#Cmd) that makes it safe and simple to run external commands in highly concurrent, asynchronous, real-time applications. It works on Linux, macOS, and Windows. Here's the basic usage:
99

1010
```go
1111
import (
@@ -122,4 +122,4 @@ In addition to 100% test coverage and no race conditions, this package is active
122122
[cover-img]: https://coveralls.io/repos/github/go-cmd/cmd/badge.svg
123123
[cover-url]: https://coveralls.io/github/go-cmd/cmd
124124
[godoc-img]: https://godoc.org/github.com/go-cmd/cmd?status.svg
125-
[godoc-url]: https://godoc.org/github.com/go-cmd/cmd
125+
[godoc-url]: https://pkg.go.dev/github.com/go-cmd/cmd?tab=doc

0 commit comments

Comments
 (0)