From 7d9130d1c53243ae1b05b82b7315aefb2289f548 Mon Sep 17 00:00:00 2001 From: Saima Yasmeen <57188570+saimayasmeen4@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:28:10 +0500 Subject: [PATCH] Update README.md docs: small README improvements --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6dce38c..af2b106 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ analytics/nl_query/ is an isolated module for natural-language-to-SQL generation * Ollama client wrapper * Orchestration service -## Testing +## Testing: Run all tests with the following command: @@ -214,7 +214,7 @@ The current test suite includes coverage for: - Script behavior - NL-query safety and service paths -## CI/CD and Branching +## CI/CD and Branching: - `dev`: integration branch @@ -253,7 +253,7 @@ python -m dagster api grpc -m dagster_op.repository ## Deployment -Deployment flow is workflow-based: +Deployment flow is Workflow-Based: - Production auto-path after successful Docker release - Manual staging/production dispatch path