diff --git a/README.md b/README.md index 255dc42..484e12a 100644 --- a/README.md +++ b/README.md @@ -487,7 +487,7 @@ const options = [ ]; const App = () => { - const[animal, setAnimal] =useState(null); + const [animal, setAnimal] = useState(null); const handleChange = value => { console.log("value:", value);