diff --git a/docs/index.html b/docs/index.html index 2b1842e..c928300 100644 --- a/docs/index.html +++ b/docs/index.html @@ -106,10 +106,9 @@
yarn add mini.css
bower install mini.css
After donwloading mini.css, pick a Flavor and use it for your project.
+After downloading mini.css, pick a Flavor and use it for your project.
Alternatively, you can use either GitCDN or RawGit to import the default flavor of mini.css. Simply add one of the following references inside your HTML page's <head>
tag:
<link rel="stylesheet" href="https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-default.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/v2.1.2/dist/mini-default.min.css">
Finally, you can find mini.css on cdnjs, which you can use to include it in your projects.