bump version
diff --git a/man/kable_as_image.Rd b/man/kable_as_image.Rd
index 80e5bae..4492fff 100644
--- a/man/kable_as_image.Rd
+++ b/man/kable_as_image.Rd
@@ -42,5 +42,6 @@
 package, which allows you to preview the results of TeX code in the Viewer panel.
 }
 \examples{
-kable_as_image(kanitr::kble(mtcars, "latex"), "mtcars")
+kable_as_image(knitr::kable(mtcars, "latex", booktabs = TRUE), "mtcars")
+
 }