Skip to content

Commit f639244

Browse files
authored
Update readme.md
1 parent 91cc2e1 commit f639244

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
@@ -214,7 +214,7 @@ queryString.parse('?isAdmin=true&flagged=true&isOkay=0', {
214214
isOkay: 'boolean',
215215
},
216216
});
217-
//=> { isAdmin: 'true', flagged: true, isOkay: false }
217+
//=> {isAdmin: 'true', flagged: true, isOkay: false}
218218
```
219219

220220
Note: The `'boolean'` type will also convert `'0'` and `'1'` string values to booleans.

0 commit comments

Comments
 (0)