Skip to content

Commit

Permalink
Merge pull request #56 from haneenmahd/patch-1
Browse files Browse the repository at this point in the history
docs: fix example
  • Loading branch information
IonicaBizau committed Aug 3, 2022
2 parents 744c0ce + da621e5 commit 110cdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ yarn add parse-url

```js
// Dependencies
import parseUrl from "../lib/index.js";
import parseUrl from "parse-url";

console.log(parseUrl("http://ionicabizau.net/blog"))
// {
Expand Down

0 comments on commit 110cdaa

Please sign in to comment.