From f3f179ce1da62a1927eb42e1d7f3c1f3707e60e5 Mon Sep 17 00:00:00 2001 From: vincent d warmerdam Date: Fri, 10 May 2024 11:24:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0acbec770..0b663b4db 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ There are three steps to writing dataframe-agnostic code using Narwhals: 1. use `narwhals.from_native` to wrap a pandas/Polars/Modin/cuDF DataFrame/LazyFrame in a Narwhals class -2. use the [subset of the Polars API supported by Narwhals](https://marcogorelli.github.io/narwhals/api-reference/narwhals/) +2. use the [subset of the Polars API supported by Narwhals](https://narwhals-dev.github.io/narwhals/api-reference/) 3. use `narwhals.to_native` to return an object to the user in its original dataframe flavour. For example: