From a7c673d221db3d7ea688791886f4669e23231e58 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Sun, 6 Oct 2024 15:53:30 +0200
Subject: [PATCH] Update URL of example image

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5eb7985..6749cc7 100644
--- a/README.md
+++ b/README.md
@@ -60,9 +60,10 @@ print(result)
 
 Another example can be found in `run.py`. The result looks like.
 
-![Loess example](example.png)
+![Loess example](https://gitlab.sauerburger.com/frank/polars-loess/-/raw/main/example.png?inline=false)
 
 ## Acknowledgements
 
+
 * The loess implementation is based on https://github.com/joaofig/loess-rs
 * The Python bindings are based on https://marcogorelli.github.io/polars-plugins-tutorial/
-- 
GitLab