Skip to content

Commit 8f5f002

Browse files
committed
cleanup
1 parent 68761cf commit 8f5f002

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="docs/readme/sqlmesh.png" alt="SQLMesh logo" width="50%" height="50%">
33
</p>
44

5-
SQLMesh is a next-generation data transformation framework designed to ship data quickly, efficiently, and without error. Data teams can efficiently run and deploy data transformations written in SQL or Python with visibility and control at any size.
5+
SQLMesh is a next-generation data transformation framework designed to ship data quickly, efficiently, and without error. Data teams can run and deploy data transformations written in SQL or Python with visibility and control at any size.
66

77
It is more than just a [dbt alternative](https://tobikodata.com/reduce_costs_with_cron_and_partitions.html).
88

@@ -133,7 +133,7 @@ Write SQL in any dialect and SQLMesh will transpile it to your target SQL dialec
133133
* Definitions using [simply SQL](https://sqlmesh.readthedocs.io/en/stable/concepts/models/sql_models/#sql-based-definition) (no need for redundant and confusing `Jinja` + `YAML`)
134134
* See impact of changes before you run them in your warehouse with column-level lineage
135135

136-
For more information, check out the [website](https://sqlmesh.com) and [documentation](https://sqlmesh.readthedocs.io/en/stable/).
136+
For more information, check out the [website](https://www.tobikodata.com/sqlmesh) and [documentation](https://sqlmesh.readthedocs.io/en/stable/).
137137

138138
## Getting Started
139139
Install SQLMesh through [pypi](https://pypi.org/project/sqlmesh/) by running:
@@ -143,7 +143,7 @@ mkdir sqlmesh-example
143143
cd sqlmesh-example
144144
python -m venv .venv
145145
source .venv/bin/activate
146-
pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VS Code
146+
pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VSCode
147147
source .venv/bin/activate # reactivate the venv to ensure you're using the right installation
148148
sqlmesh init duckdb # get started right away with a local duckdb instance
149149
sqlmesh plan # see the plan for the changes you're making
@@ -161,7 +161,7 @@ mkdir sqlmesh-example
161161
cd sqlmesh-example
162162
python -m venv .venv
163163
.\.venv\Scripts\Activate.ps1
164-
pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VS Code
164+
pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VSCode
165165
.\.venv\Scripts\Activate.ps1 # reactivate the venv to ensure you're using the right installation
166166
sqlmesh init duckdb # get started right away with a local duckdb instance
167167
sqlmesh plan # see the plan for the changes you're making

0 commit comments

Comments
 (0)