diff --git a/README.md b/README.md index 71e824daf..b962c0d50 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ You are given an array of goods. Render them in a table with the ability to select one or clear selection. > Here is [the working version](https://mate-academy.github.io/react_goods-selector) - +q 1. Write everything inside the `App` (**don't** create additional components). 1. Save a `selectedGood` in the state (`Jam` is the default value). 1. Show the name of the selected good in the `h1.title` (`Jam is selected`).