Skip to content

Commit

Permalink
closing script tag 👼
Browse files Browse the repository at this point in the history
closes #9
  • Loading branch information
fzaninotto committed May 25, 2016
1 parent b8469d8 commit 1ff9e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -102,7 +102,7 @@ We use a smart CSS generator, based on statistical analysis of most used CSS rul
You're covered! If you don't want your users to download a large CSS file, replace the `<link>` tag with a `<script>` tag:

```html
<script src="https://cdn.rawgit.com/marmelab/universal.css/master/universalCssGenerator.js" />
<script src="https://cdn.rawgit.com/marmelab/universal.css/master/universalCssGenerator.js"></script>
```

That's right! Our generator works both in the backend and in the frontend - it is truly universal. The JavaScript file is much lighter, and will load very quickly. Once loaded, it generates the universal.css styles directly in the browser.
Expand Down

0 comments on commit 1ff9e63

Please sign in to comment.