aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37ffa44..d7bf4c8 100644
--- a/README.md
+++ b/README.md
@@ -234,7 +234,7 @@ Multiple fragments can be applied to the same element sequentially by wrapping i
```html
<section>
- <span class="fragment fade-out">
+ <span class="fragment fade-in">
<span class="fragment fade-out">I'll fade in, then out</span>
</span>
</section>