finishing kable_styling
diff --git a/man/kable_styling.Rd b/man/kable_styling.Rd
index c19de6c..5330f97 100644
--- a/man/kable_styling.Rd
+++ b/man/kable_styling.Rd
@@ -4,9 +4,9 @@
 \alias{kable_styling}
 \title{HTML table attributes}
 \usage{
-kable_styling(kable_input, bootstrap_options = "basic", full_width = T,
-  float = c("center", "left", "right"), font_size = NULL,
-  latex_hold_position = F, latex_scale_down = F)
+kable_styling(kable_input, bootstrap_options = "basic",
+  latex_options = "basic", full_width = NULL, position = c("center",
+  "left", "right", "float_left", "float_right"), font_size = NULL)
 }
 \arguments{
 \item{bootstrap_options}{A character vector for bootstrap table options. For
@@ -18,7 +18,7 @@
 \item{full_width}{A `TRUE` or `FALSE` variable controlling whether the HTML
 table should have 100\% width.}
 
-\item{float}{A character string determining whether and how the HTML table
+\item{position}{A character string determining whether and how the HTML table
 should float on the page. Values could be "left", "center", "right"}
 
 \item{font_size}{A numeric input for table font size}