Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jan 24, 2025
1 parent dc15883 commit da8c3ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ This project is based on NPM packages [`url-regex-safe`](https://www.npmjs.com/p

- ```ts
function urlRegExp(options?: URLRegExpOptions): RegExp;
function urlRegExp(options: URLRegExpOptions & { returnString: true; }): string; ```
function urlRegExp(options: URLRegExpOptions & { returnString: true; }): string;
```

> [!NOTE]
> - For the full or prettier documentation, can visit via:
Expand Down

0 comments on commit da8c3ff

Please sign in to comment.