Skip to content

Commit e458c65

Browse files
committed
Updated README.md
1 parent 1c41704 commit e458c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const str = param(obj);
6161

6262
Older browser:
6363

64-
```javascript
64+
```html
6565
<script>
6666
var obj = { key1: { value1: [10, 20, 30] }, key2: '?a=b&c=d' };
6767
var str = window.param(obj); // global object

0 commit comments

Comments
 (0)