Skip to content

Commit

Permalink
Update README, review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Apr 6, 2020
1 parent d869ffe commit ee92289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,13 +385,13 @@ Type: `object`
Query items to add to the URL.
#### parseFragmentIdentifier

Extracts the fragment identifier from url
Parse the fragment identifier from the URL.

Type: `boolean`\
Default: `false`

```js
import queryString = require('query-string');
const queryString = require('query-string');

queryString.parseUrl('https://foo.bar?foo=bar#xyz', {parseFragmentIdentifier: true});
//=> {url: 'https://foo.bar', query: {foo: 'bar'}, fragmentIdentifier: 'xyz'}
Expand Down

0 comments on commit ee92289

Please sign in to comment.