update documentation
diff --git a/man/kable_as_image.Rd b/man/kable_as_image.Rd
index 1fd162a..80e5bae 100644
--- a/man/kable_as_image.Rd
+++ b/man/kable_as_image.Rd
@@ -42,5 +42,5 @@
 package, which allows you to preview the results of TeX code in the Viewer panel.
 }
 \examples{
-kable_as_image(kable(mtcars, "latex"), "mtcars")
+kable_as_image(kanitr::kble(mtcars, "latex"), "mtcars")
 }