Skip to content

Commit

Permalink
Merge pull request #45 from duckdb/ch-name
Browse files Browse the repository at this point in the history
Fix spelling of ClickHouse
  • Loading branch information
carlopi authored Jul 10, 2024
2 parents fc7a186 + 705a9a9 commit bd53805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/chsql/description.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extension:
name: chsql
description: Clickhouse SQL Macros for DuckDB
description: ClickHouse SQL Macros for DuckDB
version: 1.0.0
language: SQL & C++
build: cmake
Expand All @@ -16,4 +16,4 @@ docs:
hello_world: |
SELECT toString('world') as hello, toInt8OrZero('world') as zero;
extended_description: |
This extension provides a growing number of Clickhouse SQL Macros for DuckDB.
This extension provides a growing number of ClickHouse SQL Macros for DuckDB.

0 comments on commit bd53805

Please sign in to comment.