From 926aaa436400c0b429f231987b0b8e9231914d41 Mon Sep 17 00:00:00 2001
From: Leni Aniva <v@leni.sh>
Date: Fri, 17 May 2024 20:56:01 -0700
Subject: [PATCH] doc: Running example from project root

---
 examples/README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/examples/README.md b/examples/README.md
index 8924626..8ccd495 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -7,8 +7,9 @@ pushd Example
 lake build
 popd
 ```
-This would generate compiled `.olean` files. Then run the example
+This would generate compiled `.olean` files. Then run the example from the
+project root:
 ``` sh
-python3 aesop.py
+poetry run examples/aesop.py
 ```