From 00203eb1a6d3039ec4743025eb9002b7b1a2b4a3 Mon Sep 17 00:00:00 2001 From: Uros Loncar Date: Tue, 17 Oct 2023 11:58:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9a4deb..f8c238a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ _**Simulation Parameters**_ > **Note:** The specified simulation time pertains to simulated durations, not the real-time operation of the program. ### generate.py -This file contains the `generate_schema(number_of_disks)` function that molds the system's schema. For those looking to modify the system's architecture, tweaking this function will be essential. To grasp the role and functionality of each class, please delve into the "simulation" folder. +This file contains the `generate_schema(number_of_disks)` function that molds the system's schema. If you want to use your own schema you should modify this function. Schema simulation uses components from the `simulation` folder. #### Default Schema ![image](https://github.com/RenatusRS/Open-Network-Simulation/assets/19864929/597c1e93-71b4-4fe7-b3d0-f18006c35847)