Skip to content

Commit e04b13d

Browse files
committed
docs: add icon for headers
1 parent 1063d8b commit e04b13d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This extension 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
With Netquack, you can unlock deeper insights from your web-related datasets without the need for external tools or complex workflows."
77

8-
## Installation
8+
## Installation 🚀
99

1010
**netquack** is distributed as a [DuckDB Community Extension](https://github.com/duckdb/community-extensions) and can be installed using SQL:
1111

@@ -21,7 +21,7 @@ FORCE INSTALL netquack FROM community;
2121
LOAD netquack;
2222
```
2323

24-
## Usage Examples
24+
## Usage Examples 📚
2525

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

@@ -254,7 +254,7 @@ D select get_tranco_rank('cloudflare.com') as rank;
254254
└───────┘
255255
```
256256

257-
## Roadmap
257+
## Roadmap 🗺️
258258

259259
- [ ] Create a `TableFunction` for `extract_query_parameters` that return each key-value pair as a row.
260260
- [ ] Save Tranco data as Parquet
@@ -272,6 +272,6 @@ Don't be shy and reach out to us if you want to contribute 😉
272272
4. Push to the branch: `git push origin my-new-feature`
273273
5. Submit a pull request
274274

275-
## Issues
275+
## Issues 🐛
276276

277277
Each project may have many problems. Contributing to the better development of this project by reporting them. 👍

0 commit comments

Comments
 (0)