minor changes
diff --git a/docs/bookdown/index.html b/docs/bookdown/index.html
index e510547..4e6f8cf 100644
--- a/docs/bookdown/index.html
+++ b/docs/bookdown/index.html
@@ -5,11 +5,11 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>Using kableExtra in Bookdown Projects</title>
+ <title>Using kableExtra in Bookdown</title>
<meta name="description" content="This example provides documentations for using kableExtra to customize tables in bookdown projects.">
<meta name="generator" content="bookdown and GitBook 2.6.7">
- <meta property="og:title" content="Using kableExtra in Bookdown Projects" />
+ <meta property="og:title" content="Using kableExtra in Bookdown" />
<meta property="og:type" content="book" />
@@ -17,7 +17,7 @@
<meta name="twitter:card" content="summary" />
- <meta name="twitter:title" content="Using kableExtra in Bookdown Projects" />
+ <meta name="twitter:title" content="Using kableExtra in Bookdown" />
<meta name="twitter:description" content="This example provides documentations for using kableExtra to customize tables in bookdown projects." />
@@ -147,7 +147,7 @@
<div class="body-inner">
<div class="book-header" role="navigation">
<h1>
- <i class="fa fa-circle-o-notch fa-spin"></i><a href="./">Using kableExtra in Bookdown Projects</a>
+ <i class="fa fa-circle-o-notch fa-spin"></i><a href="./">Using kableExtra in Bookdown</a>
</h1>
</div>
@@ -156,7 +156,7 @@
<section class="normal" id="section-">
<div id="header">
-<h1 class="title">Using kableExtra in Bookdown Projects</h1>
+<h1 class="title">Using kableExtra in Bookdown</h1>
<p class="author"><em>Hao Zhu</em></p>
<p class="date"><em>2018-10-03</em></p>
</div>
@@ -164,6 +164,7 @@
<h1><span class="header-section-number">Chapter 1</span> Introduction</h1>
<p>If you have tried to use <code>kableExtra</code> in a <code>bookdown</code> project with mutltiple formats, you may have experienced some problems. For example, you might not be able to render HTML and PDF tables at the same time using the same piece of code. At the same time, you might start to wonder if it’s possible to create <code>bootstrap</code> style tables in <code>gitbook</code>. I will try to address these issues using this example.</p>
<p>This book is hosted at <a href="https://github.com/haozhu233/kableExtra/tree/master/docs" class="uri">https://github.com/haozhu233/kableExtra/tree/master/docs</a>.</p>
+<p>You can download PDF & EPUB to see the results of kableExtra in those formats using the same code.</p>
<p>You can find the source code for this project at <a href="https://github.com/haozhu233/kableExtra/tree/master/docs" class="uri">https://github.com/haozhu233/kableExtra/tree/master/docs</a>.</p>
</div>