diff --git a/README.md b/README.md index 8af5c66..2bda454 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The `info` object will look something like: ### Heap Usage The best way to evaluate your memory footprint is to look at heap -usage right aver V8 performs garbage collection. `memwatch` does +usage right after V8 performs garbage collection. `memwatch` does exactly this - it checks heap usage only after GC to give you a stable baseline of your actual memory usage.