diff --git a/README.md b/README.md index d72701aaf..0d7223bc2 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ func Gather(acc plugins.Accumulator) error { } acc.Add("cpu", process.CPUTime, tags) - acc.Add("memoory", process.MemoryBytes, tags) + acc.Add("memory", process.MemoryBytes, tags) } } ```