Explorar o código

Wrong file in installation steps fixed

Iqbal Malik %!s(int64=10) %!d(string=hai) anos
pai
achega
87892eb4b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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`.