diff --git a/extensions/avro/description.yml b/extensions/avro/description.yml index 206f8d8..3ffad1e 100644 --- a/extensions/avro/description.yml +++ b/extensions/avro/description.yml @@ -1,6 +1,6 @@ extension: name: avro - description: Read Apache Avro (TM) files form DuckDB + description: Read Apache Avro (TM) files from DuckDB version: 1.0.0 language: C++ build: cmake @@ -19,4 +19,4 @@ docs: FROM read_avro('some_file.avro'); extended_description: | This extension provides a scan function for Apache Avro files. - For more information and information regarding usage, limitations and performance, see the [README](https://github.com/hannes/duckdb_avro). + For more information and information regarding usage, limitations and performance, see the [README](https://github.com/hannes/duckdb_avro) and the [announcement blog post](https://duckdb.org/2024/12/09/duckdb-avro-extension).