diff --git a/README.md b/README.md index 9ed9edd..60414a8 100644 --- a/README.md +++ b/README.md @@ -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: