94abd48e by bootflat

uppdate readme

1 parent 2d0342de
......@@ -48,8 +48,8 @@ Bootflat is fully responsive, built for mobile-first in mind. It provides off sc
The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go.
<!doctype html>
<html>
<!doctype html>
<html>
<head>
<title>Minimal Bootflat example</title>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
......@@ -67,7 +67,7 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/
<!-- Bootflat's JS files.-->
<script src="https://bootflat.github.io/bootflat/js/icheck.min.js"></script>
</body>
</html>
</html>
## Table of contents:
......