Skip to content

Commit c574a19

Browse files
authored
Merge pull request #839 from yadavan88/readme-correction
Corrected formatting in readme
2 parents 2d76833 + d1e43ad commit c574a19

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ Similarly, you can run the tests per module as `<module-name>/test`.
1111

1212
Here are some of the useful commands that can be used within tbe sbt shell
1313

14-
| SBT Command | Description |
15-
|---------------------------|-------------------------------------------------------------------------------------------------------|
16-
| project <sub-module-name> | Switch to a particular module. After this, the command `compile`, `test` etc runs only on that module |
17-
| <sub-module>/compile | Compile only the provided module |
18-
| projects | Lists all the sub modules |
19-
| <sub-module>/run | Run the main class within the sub-module |
14+
| SBT Command | Description | Example |
15+
|-----------------------------|-------------------------------------------------------------------------------------------------------|--------------------|
16+
| `project <sub-module-name>` | Switch to a particular module. After this, the command `compile`, `test` etc runs only on that module | project scala_core |
17+
| `<sub-module-name>/compile` | Compile only the provided module | scala_core/compile |
18+
| `projects` | Lists all the sub modules | |
19+
| `<sub-module-name>/run` | Run the main class within the sub-module | scala_core/run |
20+
21+
**Note: The project name may not be same as directory name. Instead, it is the `lay val` variable used to define each module**
2022

2123
# Test Naming Standards
2224
In this repository, we have classified the tests in 4 categories.

0 commit comments

Comments
 (0)