From caffb6cbfb8e7f4aaab2655201ef300e06ed5c87 Mon Sep 17 00:00:00 2001 From: Asif Nawaz Date: Fri, 22 Mar 2024 15:03:03 +0000 Subject: [PATCH] docs(readme.md): syntax fix for api docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 805b814..0c3c25a 100644 --- a/README.md +++ b/README.md @@ -85,5 +85,6 @@ Converts a domain string to Punycode format. - `$keyword` (string): The domain string to convert. - `$options` (array): Additional options for the conversion process (optional). - **Returns:** The converted domain in Punycode format, or `false` if the keyword is empty. +``` -**License:** This library is distributed under the MIT License, allowing for flexibility in usage and modification. +**License:** This library is distributed under the MIT License, allowing for flexibility in usage and modification. \ No newline at end of file