Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnJohn authored Sep 20, 2016
1 parent 3fbe0e4 commit 1101bcd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Welcome to your first day at... Dunder Mifflin! Your job is to make sure the com

1. In the `components/Product.js` file, create a `Product` React component.
2. This component has the following props:
- `name`: a string — required
- `producer`: a string — optional
- `hasWatermark`: a boolean — optional, defaults to false
- `color`: a string — required, can only be `'white'`, `'eggshell-white'` or `'salmon'`
- `weight`: a number — required, ranges between 80 and 300
* `name`: a string — required
* `producer`: a string — optional
* `hasWatermark`: a boolean — optional, defaults to false
* `color`: a string — required, can only be `'white'`, `'eggshell-white'` or `'salmon'`
* `weight`: a number — required, ranges between 80 and 300
3. Note: for the `weight` prop, we'll need custom logic. Remember that it's possible to write your own prop validator
function!

Expand Down

0 comments on commit 1101bcd

Please sign in to comment.