diff --git a/coding-exercise/README.md b/coding-exercise/README.md
index 9a9b726b..60c76c4a 100644
--- a/coding-exercise/README.md
+++ b/coding-exercise/README.md
@@ -105,7 +105,7 @@ export default function Counter() {
countRef.current = countRef.current + 1;
}
- return
+ return;
<>
Count: {countRef.current}