diff --git a/README.md b/README.md index e08c39a..d4e21ef 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Orso is not intended to compete with [Polars](https://www.pola.rs/) or [Pandas]( In Opteryx, Orso provides most of the database Cursor functionality. -In Mabel, Orso provides the data schema and validation functionality, and the intention is to use as the WAL. +In Mabel, Orso provides the data schema and validation functionality. Orso DataFrames are row-based, this is driven by it's initial target use-case as the WAL for Mabel and Cursor for Opteryx.