Fix typo in README

This commit is contained in:
fabianlindfors 2022-01-25 22:26:03 +01:00
parent 3a6c57c145
commit 5984c1c507

View File

@ -317,7 +317,7 @@ column = "name"
down = "first_name || ' ' || last_name"
```
*Example: extract nested value from unstructed JSON `data` column to new `name` column*
*Example: extract nested value from unstructured JSON `data` column to new `name` column*
```toml
[[actions]]