Skip to content

Commit 1d6337c

Browse files
committed
small updates to readme file
1 parent b25954d commit 1d6337c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pipeline.run(data, table_name='player')
6868
```
6969

7070

71-
Try it out in our **[Colab Demo](https://colab.research.google.com/drive/1NfSB1DpwbbHX9_t5vlalBTf13utwpMGx?usp=sharing)**
71+
Try it out in our **[Colab Demo](https://colab.research.google.com/drive/1NfSB1DpwbbHX9_t5vlalBTf13utwpMGx?usp=sharing)** or directly on our wasm-based [playground](https://dlthub.com/docs/tutorial/playground) in our docs.
7272

7373
## Features
7474

@@ -93,7 +93,7 @@ For detailed usage and configuration, please refer to the [official documentatio
9393

9494
## Examples
9595

96-
You can find examples for various use cases in the [examples](docs/examples) folder.
96+
You can find examples for various use cases in the [examples](docs/examples) folder, or in the [code examples section](https://dlthub.com/docs/examples) of our docs page.
9797

9898
## Adding as dependency
9999

@@ -107,6 +107,8 @@ We suggest that you allow only `patch` level updates automatically:
107107
* Using the [Compatible Release Specifier](https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release). For example **dlt~=1.0** allows only versions **>=1.0** and less than **<1.1**
108108
* Poetry [caret requirements](https://python-poetry.org/docs/dependency-specification/). For example **^1.0** allows only versions **>=1.0** to **<1.0**
109109

110+
Please also see our [release notes](https://github.com/dlt-hub/dlt/releases) for notable changes between versions.
111+
110112
## Get Involved
111113

112114
The dlt project is quickly growing, and we're excited to have you join our community! Here's how you can get involved:

0 commit comments

Comments
 (0)