Skip to content

Commit 7cd7d1c

Browse files
committed
[doc] Fix nits
1 parent ae1ed11 commit 7cd7d1c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
[![Version npm](https://img.shields.io/npm/v/querystringify.svg?style=flat-square)](https://www.npmjs.com/package/querystringify)[![Build Status](https://img.shields.io/github/workflow/status/unshiftio/querystringify/CI/master?label=CI&style=flat-square)](https://github.com/unshiftio/querystringify/actions?query=workflow%3ACI+branch%3Amaster)[![Coverage Status](https://img.shields.io/coveralls/unshiftio/querystringify/master.svg?style=flat-square)](https://coveralls.io/r/unshiftio/querystringify?branch=master)
44

5-
First off, see if the built-in [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)
5+
First off, see if the built-in
6+
[`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)
67
is suitable for your needs.
78

8-
Development of this module started in 2014, when `URLSearchParams` wasn't available.
9-
It provides a somewhat JSON-compatible interface for query string parsing. This query string
10-
parser is dumb, don't expect to much from it as it only wants to parse simple
11-
query strings. If you want to parse complex, multi level and deeply nested
12-
query strings then you should rethink your approach, due to the lack of spec
13-
and numerous edge cases.
9+
Development of this module started in 2014, when `URLSearchParams` wasn't
10+
available. The module provides a somewhat JSON-compatible interface for query
11+
string parsing. This query string parser is dumb, don't expect to much from it
12+
as it only wants to parse simple query strings. If you want to parse complex,
13+
multi level and deeply nested query strings then you should rethink your
14+
approach, due to the lack of spec and numerous edge cases.
1415

1516
## Installation
1617

0 commit comments

Comments
 (0)