From 9c390abf72f7d392304ef3c7f20ea1fc17e5c5bb Mon Sep 17 00:00:00 2001 From: Gleb Kanterov Date: Mon, 30 Mar 2026 11:28:02 +0200 Subject: [PATCH] [Python] Fix README --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 865c62d9cb..16e837b717 100644 --- a/python/README.md +++ b/python/README.md @@ -22,7 +22,7 @@ To use `databricks-bundles`, you must first: 3. To create a new project, initialize a bundle using the `experimental-jobs-as-code` template: ```bash - databricks bundle init experimental-jobs-as-code + databricks bundle init pydabs ``` ## Privacy Notice