bump version; change readme
diff --git a/docs/awesome_table_in_html.html b/docs/awesome_table_in_html.html
index 30ede14..f4c62b8 100644
--- a/docs/awesome_table_in_html.html
+++ b/docs/awesome_table_in_html.html
@@ -222,6 +222,9 @@
 </div>
 
 
+<blockquote>
+<p>⚠ For LaTeX tables, please see the <a href="http://haozhu233.github.io/kableExtra/">package site</a> for more information.</p>
+</blockquote>
 <div id="overview" class="section level1">
 <h1>Overview</h1>
 <p>The goal of <code>kableExtra</code> is to help you build common complex tables and manipulate table styles. It imports the pipe <code>%&gt;%</code> symbol from <code>magrittr</code> and verbalize all the functions, so basically you can add “layers” to a kable output in a way that is similar with <code>ggplot2</code> and <code>plotly</code>.</p>