Skip to content

Commit 31d3359

Browse files
committed
Update README.md
1 parent 54e790a commit 31d3359

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lessons/05-active-links/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ You can also use an active class name instead of inline-styles.
2626
```
2727

2828
We don't have a stylesheet on the page yet though. Lets add one--extra
29-
points if you can add a `link` tag from memory. Double extra points if
30-
you can leave the attributes unquoted, against your better judgement.
29+
points if you can add a `link` tag from memory.
3130

3231
```html
33-
<link rel=stylesheet href=index.css />
32+
<link rel="stylesheet" href="index.css" />
3433
```
3534

3635
And the css file:

0 commit comments

Comments
 (0)