Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arghyadeep-k committed Aug 8, 2021
1 parent 94a52b7 commit 2a25477
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 @@ -19,9 +19,11 @@ import { validateTLD } from "https://deno.land/x/tld-validator/mod.ts";
```

## Parameter

- `tld: string` - Input tld, the validity of which is to be checked.

## Output

Returns `true` if the tld is valid else `false`.

## Usage
Expand Down Expand Up @@ -66,5 +68,3 @@ And, if you are willing to [buy me a coffee](https://ko-fi.com/arghyadeep), that
would be awesome. :)

<a href='https://ko-fi.com/arghyadeep' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi1.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>


0 comments on commit 2a25477

Please sign in to comment.