From 51f9799b6d0eed05f5ddcba178cced5c2eab4777 Mon Sep 17 00:00:00 2001 From: Manoel Campos Date: Thu, 14 Nov 2024 13:52:56 -0300 Subject: [PATCH] Fix README grammar Signed-off-by: Manoel Campos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50ae1d4..b7812df 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Therefore, after you understood how to build basic simulations, you may want to CloudSim Plus Examples is a Java 17 project that uses maven for build and dependency management. To build and run the project, you need JDK 17+ installed. -All project dependencies are download automatically by maven (including CloudSim Plus jars). +All project dependencies are downloaded automatically by maven (including CloudSim Plus jars). ## 2. Downloading the Project Sources @@ -88,4 +88,4 @@ For instance, to run the `BasicFirstExample` you can type: `sh bootstrap.sh org. The script checks if it is required to build the project, using maven in this case, making sure to download all dependencies. To see which examples are available, just navigate through the [src/main/java](src/main/java) directory. -To check more script options, run it without any parameter. \ No newline at end of file +To check more script options, run it without any parameter.