diff --git a/README.md b/README.md index 768d6b3..b1d4b7f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo In the project directory, you can run: -### `npm start` +### `yarn start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. @@ -31,12 +31,12 @@ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. -### `npm test` +### `yarn test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. -### `npm run build` +### `yarn build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. @@ -46,7 +46,7 @@ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. -### `npm run eject` +### `yarn eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** diff --git a/src/components/Genres.js b/src/components/Genres.js index a79002e..e1ff7fe 100644 --- a/src/components/Genres.js +++ b/src/components/Genres.js @@ -56,6 +56,7 @@ const Genres = ({ {genres.map((genre) => ( { setSearchText(e.target.value)} />