diff --git a/README.md b/README.md index b3844cfeb..1eef2efca 100644 --- a/README.md +++ b/README.md @@ -494,7 +494,7 @@ In this step, we'll start with the first topic: `EvenAndOdd`. * Remove the `
` element from the `return` of the `render` method. * Add the component outline to the `return` of the `render` method. * Add the following `className` props to the outline: - * `div` - className="puzzleBox evenAndOddPB" + * `div` - className="puzzleBox" * `input` - className="inputLine" * `button` - className="confirmationButton" * Both `span`s - className="resultsBox" @@ -521,7 +521,7 @@ Let's begin by rendering our component's outline. ```js render() { return ( -
` element from the `return` of the `render` method. * Add the component outline to the `return` of the `render` method. * Add the following `className` props to the outline: - * `div` - className="puzzleBox filterObjectPB" + * `div` - className="puzzleBox" * The first `span` - className="puzzleText" * `input` - className="inputLine" * `button` - className="confirmationButton" @@ -727,7 +727,7 @@ Let's begin by rendering our component's outline. ```js render() { return ( -
` element from the `return` of the `render` method. * Add the component outline to the `return` of the `render` method. * Add the following `className` props to the outline: - * `div` - className="puzzleBox filterStringPB" + * `div` - className="puzzleBox" * The first `span` - className="puzzleText" * `input` - className="inputLine" * `button` - className="confirmationButton" @@ -946,7 +946,7 @@ Let's begin by rendering our component's outline. ```js render() { return ( -
` element from the `return` of the `render` method. * Add the component outline to the `return` of the `render` method. * Add the following `className` props to the outline: - * `div` - className="puzzleBox filterStringPB" + * `div` - className="puzzleBox" * `input` - className="inputLine" * `button` - className="confirmationButton" * `span` - className="resultsBox" @@ -1130,7 +1130,7 @@ Let's begin by rendering our component's outline. ```js render() { return ( -
` element from the `return` of the `render` method. * Add the component outline to the `return` of the `render` method. * Add the following `className` props to the outline: - * `div` - className="puzzleBox sumPB" + * `div` - className="puzzleBox" * The two `input` - className="inputLine" * `button` - className="confirmationButton" * `span` - className="resultsBox" @@ -1310,7 +1310,7 @@ Let's begin by rendering our component's outline. ```js render() { return ( -