浏览代码

Wrong file in installation steps fixed

Iqbal Malik 10 年之前
父节点
当前提交
87892eb4b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -110,7 +110,7 @@ Step 1: Load the following assets in your header.
 <link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
 <link href="path/to/css/fileinput.min.css" media="all" rel="stylesheet" type="text/css" />
 <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
-<link href="path/to/js/fileinput.min.js" media="all" rel="stylesheet" type="text/javascript" />
+<script src="path/to/js/fileinput.min.js"></script>
 ```
 
 If you noticed, you need to load the `jquery.min.js` and `bootstrap.min.css` in addition to the `fileinput.min.css` and `fileinput.min.js`.