diff --git a/subjects/road_intersection/README.md b/subjects/road_intersection/README.md index 9227438a..bdcc682c 100644 --- a/subjects/road_intersection/README.md +++ b/subjects/road_intersection/README.md @@ -24,25 +24,26 @@ Traffic entering the intersection will be able to select a route by: - continuing on straight ```console - - | ↓ | ↑ | - | ↓ | ↑ | - | | | - | | | - | | | - | | | -_______________| | |_______________ -← ← ← ← ---------------- --------------- -→ → → → -_______________ _______________ - | | | - | | | - | | | - | | | - | | | - | ↓ | ↑ | - | ↓ | ↑ | + North + | ↓ | ↑ | + | ↓ | ↑ | + | | | + | | | + | | | + | | | + _______________| | |_______________ + ← ← ← ← +East --------------- --------------- West + → → → → + _______________ _______________ + | | | + | | | + | | | + | | | + | | | + | ↓ | ↑ | + | ↓ | ↑ | + South ``` **2 Traffic lights**