Browse Source

Update README.md

pull/1355/merge
Jack Lukic 10 years ago
parent
commit
52f9d02c6d
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
README.md

@ -38,14 +38,14 @@ To use the "ready-to-use" distribution version, which includes all components, s
`dist/semantic.js` and `dist/semantic.css` (or their minified counterparts) in your page.
``` html
<link rel="stylesheet" type="text/css" class="ui" href="/dist/semantic.min.css">
<link rel="stylesheet" type="text/css" href="/dist/semantic.min.css">
<script src="/dist/semantic.min.js"></script>
```
You may also prefer to use individual components found in `dist/components` to reduce the libraries file size.
``` html
<link rel="stylesheet" type="text/css" class="ui" href="/dist/components/icon.css">
<link rel="stylesheet" type="text/css" href="/dist/components/icon.css">
```
If you are unable to run build tools, for whatever reason, you can create a custom build by simply copying and pasting your necessary components into an online minifier](http://marijnhaverbeke.nl/uglifyjs)

Loading…
Cancel
Save