Skip to content

Commit df2b8ee

Browse files
Update README.md
1 parent e0e1f61 commit df2b8ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ version '1.0.0'
2727
```
2828

2929
### *Step 2: Add the module configuration to your project.* <a id="start-2"></a>
30-
Add the below **module** closure with your module's information inside.
30+
Add the below **module** closure with your module's information inside.
31+
3132
```groovy
3233
module {
3334
moduleName 'MyAwesomeModule'
@@ -74,6 +75,7 @@ module {
7475
}
7576
```
7677
The following array was the exhaustive list of **module**'s parameters.
78+
7779
| Key | Description | Equivalent of YAML | Default value |
7880
|:----------------:|:---------------------------------------------------------|:------------------:|-----------------------------------------------:|
7981
| moduleName | Module name. | name | Your Gradle project name. |

0 commit comments

Comments
 (0)