diff --git a/ch6-cloud/ch6-06-config.md b/ch6-cloud/ch6-06-config.md index 8ecfec0..dfab6f0 100644 --- a/ch6-cloud/ch6-06-config.md +++ b/ch6-cloud/ch6-06-config.md @@ -70,7 +70,7 @@ if err != nil { ```go kapi := client.NewKeysAPI(c) -w := kapi.Watcher("/name", nil) +w := kapi.Watcher("/path/to/your/config", nil) go func() { for { resp, err := w.Next(context.Background())