From 6cfa87f3557483ef4ede66df0fe335fc7524d15c Mon Sep 17 00:00:00 2001 From: TaegonChung Date: Tue, 3 Oct 2023 16:18:19 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a22f6f..18e8c2f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Newtonian Mechanics Model for C. elegans Locomotion - If you wish to use ElegansBot with a pre-determined $\theta_{\mathrm{ctrl}}$ (kymogram), it's recommended to utilize the "run" method of an instance of the "Worm" class. ## Examples -You may check out examples in the "examples/" directory. +You may want to check out examples in the "examples/" directory. Try running `python examples/example01.py` for dynamic input or `python examples/example02.py` for kymogram input.