From 6e5226893b6bad4adc7de2ea7519eff9387da22c Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:58:09 -0400 Subject: [PATCH] `docs`: link typo [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a6a99991..2aa921ab2 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ 😣: uses additional memory proportional to the cardinality of the columns in the CSV. 🧠: expensive operations are memoized with available inter-session Redis/Disk caching for fetch commands. 🗄️: [Extended input support](#extended-input-support). -🐻‍❄️: command powered by [![polars 0.43.1 at the py-1.11.0 tag](https://img.shields.io/badge/polars-0.43.1-blue) at py-1.10.0 tag](https://github.com/pola-rs/polars/releases/tag/py-1.11.0). +🐻‍❄️: command powered by [![polars 0.43.1 at the py-1.11.0 tag](https://img.shields.io/badge/polars-0.43.1-blue) at py-1.11.0 tag](https://github.com/pola-rs/polars/releases/tag/py-1.11.0). 🤖: command uses Natural Language Processing & General AI techniques. 🏎️: multithreaded and/or faster when an index (📇) is available. 🚀: multithreaded even without an index.