Skip to content

Commit 51f9799

Browse files
committed
Fix README grammar
Signed-off-by: Manoel Campos <[email protected]>
1 parent e9a9985 commit 51f9799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Therefore, after you understood how to build basic simulations, you may want to
1717

1818
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.
1919

20-
All project dependencies are download automatically by maven (including CloudSim Plus jars).
20+
All project dependencies are downloaded automatically by maven (including CloudSim Plus jars).
2121

2222
## 2. Downloading the Project Sources
2323

@@ -88,4 +88,4 @@ For instance, to run the `BasicFirstExample` you can type: `sh bootstrap.sh org.
8888

8989
The script checks if it is required to build the project, using maven in this case, making sure to download all dependencies.
9090
To see which examples are available, just navigate through the [src/main/java](src/main/java) directory.
91-
To check more script options, run it without any parameter.
91+
To check more script options, run it without any parameter.

0 commit comments

Comments
 (0)