aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5cb1a18..ca93b73 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ The structure for the repository is as follows:
```
├── System (folder)
│ ├── system.py (the main Python script)
+│ ├── pendulum.py (here be dragons)
│ └── motor.py (the motor controller)
├── Web (folder)
│ └── *