diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000000000000000000000000000000000000..972831e95acf93967fc66c6fcf17068d8ee7dded
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1 @@
+github: [hakimel]
diff --git a/README.md b/README.md
index 1a25a389aead1872e7e6a71734e278cd1ff6dd0f..5a3a5a88c4b5734fe9399009f506c3fda72c6dfe 100644
--- a/README.md
+++ b/README.md
@@ -1009,6 +1009,7 @@ The default fragment style is to start out invisible and fade in. This style can
 <section>
 	<p class="fragment grow">grow</p>
 	<p class="fragment shrink">shrink</p>
+	<p class="fragment strike">strike</p>
 	<p class="fragment fade-out">fade-out</p>
 	<p class="fragment fade-up">fade-up (also down, left and right!)</p>
 	<p class="fragment fade-in-then-out">fades in, then out when we move to the next step</p>