diff --git a/documentation.html b/documentation.html index 5a651f6..c0f05d7 100644 --- a/documentation.html +++ b/documentation.html @@ -88,9 +88,10 @@
- At first, include jQuery and the desoSlide files in your page. + At first, include jQuery, animate.css and the desoSlide files in your page.
-<link rel="stylesheet" href="css/jquery.desoslide.css" />
+<link rel="stylesheet" href="css/animate.css">
+<link rel="stylesheet" href="css/jquery.desoslide.css">
<script src="js/jquery.js"></script>
<script src="js/jquery.desoslide.min.js"></script>