diff --git a/README.md b/README.md index 09f6f286..432ef989 100644 --- a/README.md +++ b/README.md @@ -476,7 +476,7 @@ Other Style Guides } // the caller selects only the data they need - const { left, right } = processInput(input); + const { left, top } = processInput(input); ```