diff --git a/README.md b/README.md
index 9c3af16..fc7d494 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,11 @@ Tianshou(天授) is a reinforcement learning platform. The following image illus
+## examples
+
+During development, run examples under `./examples/` directory with, e.g. `python ppo_example.py`.
+Running them under this directory with `python examples/ppo_example.py` will not work.
+
## About coding style