Browse Source

Update README.md

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

8
README.md

@ -29,13 +29,13 @@ Key Features
## Getting Started
### Basic Usage (Default Theme Only)
### Basic Usage (Default Theme)
We recommend setting up the Semantic build workflow to support on-the-fly
theming and customization, but it is not required.
To use the compiled, "ready-to-use" version, which includes all components, simply link to
`dist/semantic.js` and `dist/semantic.css` (or their minified counterparts)
To use the "ready-to-use" distribution version, which includes all components, simply link to
`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">
@ -53,7 +53,7 @@ If you are unable to run build tools, for whatever reason, you can create a cust
### Recommended Usage (Themed)
Semantic is best used actively during development. We have included build tools for maintaining changes to Semantic as you work.
Semantic is best used actively during development. We have included build tools for updating your site's theme as you work.
![Getting Started](https://dl.dropboxusercontent.com/u/2657007/install.gif)

Loading…
Cancel
Save