diff --git a/coding-exercise/README.md b/coding-exercise/README.md index b026680b..9a9b726b 100644 --- a/coding-exercise/README.md +++ b/coding-exercise/README.md @@ -202,10 +202,10 @@ export default function Counter() { return ( <> -
Clicked + {ref.current} + times
- +
Clicked {ref.current} times
+ ); }