Skip to content

Commit

Permalink
Update quack hello_world to be hello world
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Ansmink <[email protected]>
  • Loading branch information
carlopi and samansmink committed Jul 3, 2024
1 parent 4e2c43c commit 484bde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/quack/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ repo:

docs:
hello_world: |
SELECT quack(i::VARCHAR) FROM range(10) tbl(i);
SELECT quack('world');
extended_description: |
The quack extension is based on DuckDB's [Extension Template](https://duckdb/extension_template/), and it's a great starting point to get started building more advanced extensions.

0 comments on commit 484bde3

Please sign in to comment.