diff --git a/README.md b/README.md index eff6acb..41473ef 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ import ( ) func main() { - targets := vegeta.NewTargets([]string{"GET http://localhost:9100/"}) + targets, _ := vegeta.NewTargets([]string{"GET http://localhost:9100/"}) rate := uint64(100) // per second duration := 4 * time.Second reporter := vegeta.NewTextReporter()