Skip to content

Commit 54fa8dc

Browse files
committed
Update graceful README.md
1 parent 3b94166 commit 54fa8dc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

graceful/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ This pattern is useful for HTTP servers, workers, CLIs, and batch jobs.
1717
## Installation
1818

1919
```bash
20-
go get github.com/mfridman/cli/graceful
20+
go get github.com/mfridman/cli@latest
21+
```
22+
23+
And import:
24+
25+
```go
26+
import "github.com/mfridman/cli/graceful"
2127
```
2228

2329
## Usage

0 commit comments

Comments
 (0)