finished html table footnote
diff --git a/man/add_footnote.Rd b/man/add_footnote.Rd
index 17122b1..029032c 100644
--- a/man/add_footnote.Rd
+++ b/man/add_footnote.Rd
@@ -4,8 +4,8 @@
 \alias{add_footnote}
 \title{Add footnote}
 \usage{
-add_footnote(input, label = NULL, notation = "alphabet",
-  threeparttable = F)
+add_footnote(input, label = NULL, notation = "number",
+  threeparttable = FALSE)
 }
 \arguments{
 \item{input}{The direct output of your \code{kable} function or your last
diff --git a/man/magic_mirror_html.Rd b/man/magic_mirror_html.Rd
index afdcf9a..8f58d5f 100644
--- a/man/magic_mirror_html.Rd
+++ b/man/magic_mirror_html.Rd
@@ -6,6 +6,9 @@
 \usage{
 magic_mirror_html(input)
 }
+\arguments{
+\item{input}{The output of kable}
+}
 \description{
 Magic Mirror for html table --------
 }
diff --git a/man/magic_mirror_latex.Rd b/man/magic_mirror_latex.Rd
index c5874fd..c6ba366 100644
--- a/man/magic_mirror_latex.Rd
+++ b/man/magic_mirror_latex.Rd
@@ -6,6 +6,9 @@
 \usage{
 magic_mirror_latex(input)
 }
+\arguments{
+\item{input}{The output of kable}
+}
 \description{
 Magic mirror for latex tables --------------
 }