Skip to content

Commit f3f39e4

Browse files
authored
Merge pull request jotform#19 from davidkpiano/patch-1
Update README.md
2 parents e9e04e7 + 34f0a9b commit f3f39e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ On the browser
3939

4040
Simply parse css string, and log the output
4141

42-
```
42+
```html
4343
<script type="text/javascript" src="css.min.js"></script>
4444
<script type="text/javascript">
4545
var cssString = ' .someSelector { margin:40px 10px; padding:5px}';
@@ -57,7 +57,7 @@ On the server
5757
------
5858

5959

60-
```
60+
```js
6161
var cssString = ' .someSelector { margin:40px 10px; padding:5px}';
6262
//require parser constructor
6363
var cssjs = require("./css.js");

0 commit comments

Comments
 (0)