## readme states: ### in the browser ``` <script src="less.js"></script> <link rel="less" href="main.less" type="text/css"> ``` --- while there's no less.js in the codebase... on a separate, much less important note, (afair) script tag requires a type attrib ("text/javascript" is the value in this case).