diff --git a/README.md b/README.md index 64c10507f..a40bf0f2e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ function Counter() { console.log("The body of the function runs once..."); // JSX allows you to write HTML within your JavaScript function and include dynamic expressions using the { } syntax - // The only part of this that will ever rerender is the count() text. + // The only part of this that will ever rerender is the doubleCount() text. return ( <>