Skip to content

Commit ff09087

Browse files
committed
docs: update readme
1 parent 8fe557d commit ff09087

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,10 @@ The `ipcalc` function takes an IP address and netmask and calculates the resulti
349349

350350
![ipcalc-sc](./.github/ipcalc-sc.png)
351351

352+
```sql
353+
SELECT * FROM ipcalc('192.168.1.0/24');
354+
```
355+
352356
It's a table function that provides various details about IP addresses, including:
353357

354358
- Address
@@ -385,7 +389,7 @@ D SELECT i.IP,
385389
You can use the `netquack_version` function to get the extension version.
386390

387391
```sql
388-
D select * from netquack_version();
392+
D SELECT * FROM netquack_version();
389393
┌─────────┐
390394
│ version │
391395
varchar
@@ -422,4 +426,4 @@ Don't be shy and reach out to us if you want to contribute 😉
422426

423427
## Issues 🐛
424428

425-
Each project may have many problems. Contributing to the better development of this project by reporting them. 👍
429+
Each project may have many problems. Contributing to the better development of this project by [reporting them](https://github.com/hatamiarash7/duckdb-netquack/issues). 👍

0 commit comments

Comments
 (0)