Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
fix #39 - correct html example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Dec 6, 2012
1 parent 5cd7eaa commit 42a355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/usage.md
Expand Up @@ -6,7 +6,7 @@ if performance is important, we recommend pre-compiling using node or one of the

Link your `.less` stylesheets with the `rel` set to "`stylesheet/less`":

<link rel="stylesheet/less" type="text/css" href="styles.less">
<link rel="stylesheet/less" type="text/css" href="styles.less" />

Then download `less.js` from the top of the page, and include it in the `<head>` element of your page, like so:

Expand Down

0 comments on commit 42a355e

Please sign in to comment.