Skip to content

Commit

Permalink
minor fix to guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Jan 3, 2019
1 parent e70f1e0 commit d5c80a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/getting_started.md
Expand Up @@ -88,7 +88,7 @@ simulation project. The next section provides further details about this process
The `wrench-init` tool is a project generator built with WRENCH, which creates a simple
project structure with example class files, as follows:

```
~~~~~~~~~~~~~{.sh}
project-folder/
├── CMakeLists.txt
├── README.md
Expand All @@ -104,7 +104,7 @@ project-folder/
└── data/
├── platform-files/
└── workflow-files/
```
~~~~~~~~~~~~~

The `SimpleSimulator.cpp` source file contains the class representing the simulator
(either cloud or batch). `SimpleStandardJobScheduler.h` and `SimpleStandardJobScheduler.cpp`
Expand Down

0 comments on commit d5c80a8

Please sign in to comment.