Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 265855c

Browse files
Update README.md
1 parent 87c4edf commit 265855c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ You can **download code** from here via :
9393

9494
- **Assignment 1** : Make a simple component which can conditionally render a list with **number** or **alphabets** or ***bullets*** in HTML for number. e..g. use a prop like `layout` for this. Also use a prop `items` for array of items in list.
9595
```
96-
< List layout="numbered" items={items}>
97-
< Component layout="alpha" items={items}>
98-
< Component layout="bullet" items={items}>
96+
< List layout="numbered" items={items}/>
97+
< List layout="alpha" items={items}/>
98+
< List layout="bullet" items={items}/>
9999
```
100100

101101
- **Assignment 2** : This is continuation of 2nd assignment in Video-2 **RESUME Builder**.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /