Skip to content

Commit 14ceda4

Browse files
authored
Clarify example
In the example, the `.tips` div will still be there, just with its contents swapped out.
1 parent 99aec4d commit 14ceda4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ On page load, the `include-fragment` element fetches the URL, the response is pa
3838
**Result:**
3939

4040
``` html
41-
<div class="tip">
42-
<p>You look nice today</p>
41+
<div class="tips">
42+
<div class="tip">
43+
<p>You look nice today</p>
44+
</div>
4345
</div>
4446
```
4547

0 commit comments

Comments
 (0)