From 89d33c55fb25897dd98d4dc12cd24f54f29ed178 Mon Sep 17 00:00:00 2001 From: Antoine Balliet Date: Fri, 20 Dec 2024 17:16:23 +0100 Subject: [PATCH] dummy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f2330..2804af2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ bizon run config.yml Backend is the interface used by Bizon to store its state. It can be configured in the `backend` section of the configuration file. The following backends are supported: - `sqlite`: In-memory SQLite database, useful for testing and development. -- `biguquery`: Google BigQuery backend, perfect for light setup & production. +- `bigquery`: Google BigQuery backend, perfect for light setup & production. - `postgres`: PostgreSQL backend, for production use and frequent cursor updates. ## Queue configuration