diff --git a/README.md b/README.md index 6f47a9fc..b716f352 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ qs.stringify({ a: ['b', 'c', 'd'] }, { indices: false }); // 'a=b&a=c&a=d' ``` -You may use the `arrayFormat` option to specify the format of the output array +You may use the `arrayFormat` option to specify the format of the output array: ```javascript qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'indices' })