Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Dec 19, 2022
1 parent 87e3ff4 commit e66bd06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To learn more, refer to our [main repo »](https://github.com/elementary-data/el

Add to your `packages.yml` according to your dbt version:

**For dbt 1.3.0 and above:**
**For dbt >1.3.0:**

```yml packages.yml
packages:
Expand All @@ -29,7 +29,7 @@ packages:
## Docs: https://docs.elementary-data.com
```

**For dbt >=1.2.0 \<1.3.0:**
**For dbt >=1.2.0, <1.3.0:**

```yml packages.yml
packages:
Expand All @@ -43,7 +43,7 @@ packages:
version: [">=0.8.0", "<1.0.0"]
```
**For dbt >=1.0.0 \<1.2.0:**
**For dbt >=1.0.0, <1.2.0:**
```yml packages.yml
packages:
Expand Down

0 comments on commit e66bd06

Please sign in to comment.