From f6424812c7d5336175c51ca4073033d0a93b3d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=B3nal=20Murray?= Date: Fri, 10 Jan 2025 10:08:50 +0000 Subject: [PATCH] Update structure section --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 174f2a1072..0e18dd87bb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository houses the code required to build the runtimes for Polkadot, Kus ## Structure -Each leaf folder contains one runtime crate: +Runtimes can be found in the `relay` and `system-parachains` top-level folders, each leaf folder of which contains one runtime crate: @@ -21,8 +21,15 @@ Each leaf folder contains one runtime crate: │ └── bridge-hub-polkadot ├── collectives │ └── collectives-polkadot - └── gluttons - └── glutton-kusama + ├── coretime + │ ├── coretime-kusama + │ └── coretime-polkadot + ├── encointer + ├── gluttons + │ └── glutton-kusama + └── people + ├── people-kusama + └── people-polkadot ``` ## Approval rights