Skip to content

Commit c745221

Browse files
committed
docs: update readme
[no ci]
1 parent f10a910 commit c745221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DuckDB Netquack Extension
22

3-
![image](.github/image.webp)
3+
![DuckDB Badge](https://img.shields.io/badge/Built_With-DuckDB-fff100) ![GitHub License](https://img.shields.io/github/license/hatamiarash7/duckdb-netquack) ![GitHub Release](https://img.shields.io/github/v/release/hatamiarash7/duckdb-netquack)
44

55
This extension is designed to simplify working with domains, URIs, and web paths directly within your database queries. Whether you're extracting top-level domains (TLDs), parsing URI components, or analyzing web paths, Netquack provides a suite of intuitive functions to handle all your network tasks efficiently. Built for data engineers, analysts, and developers.
66

@@ -24,7 +24,7 @@ LOAD netquack;
2424

2525
## Usage Examples 📚
2626

27-
Once installed, the macro functions provided by the extension can be used just like built-in functions.
27+
Once installed, the [macro functions](https://duckdb.org/community_extensions/extensions/netquack.html#added-functions) provided by the extension can be used just like built-in functions.
2828

2929
### Extracting The Main Domain
3030

0 commit comments

Comments
 (0)