From 7a15cc8d9d117c34c17773faf120f464a7d803ff Mon Sep 17 00:00:00 2001 From: LanceCracker04 <151309205+LanceCracker04@users.noreply.github.com> Date: Sat, 14 Mar 2026 16:47:04 +0800 Subject: [PATCH] docs: small README improvements --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08d3304..f9440bd 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ DataHelm is a data engineering framework focused on: -- source ingestion orchestration +- source ingestion and orchestration - dbt transformation workflows - notebook-based dashboard execution - reusable provider connectors (SharePoint, GCS, S3, BigQuery) -- optional local-LLM analytics query scaffolding +- optional local LLM analytics query scaffolding ## Core Capabilities @@ -58,7 +58,7 @@ docs/ ### Prerequisites - Python 3.12+ -- PostgreSQL (reachable from local environment) +- PostgreSQL (accessible from the local environment) - Optional: Docker, local Ollama, dbt CLI ### Installation @@ -147,7 +147,7 @@ Run all tests: .venv/bin/python -m pytest -q ``` -Current suite covers: +The current test suite covers: - ingestion and handler behavior - analytics factory and runner logic