Skip to content

Commit 2c40b51

Browse files
committed
update readme
1 parent c7ffc53 commit 2c40b51

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
@@ -22,8 +22,8 @@ An experimental DuckDB extension that exposes functionality from DuckDB's native
2222
## Installation
2323

2424
```sql
25-
INSTALL 'parser_tools';
26-
LOAD 'parser_tools';
25+
INSTALL parser_tools FROM community;;
26+
LOAD parser_tools;
2727
```
2828

2929
## Usage

0 commit comments

Comments
 (0)