diff --git a/README.md b/README.md
index 5eb7985ebbed8e3d92fc738ad303a848e5b529d4..6749cc7aac7949d3c97e3b2f8b2c9c8c5fcd18bb 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/