Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 1a6a399

Browse files
Update README.md
fix typo
1 parent 369f8db commit 1a6a399

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Release](https://jitpack.io/v/com.frog-development/docker-secrets-module.svg)](https://jitpack.io/#com.frog-development/docker-secrets-module)
33

44
### How to use the docker-secrets-module on your project
5-
#####Step 1. Add the JitPack repository to your build file
5+
##### Step 1. Add the JitPack repository to your build file
66

77
Add it in your root `build.gradle` at the end of repositories:
88
```groovy
@@ -11,13 +11,13 @@ Add it in your root `build.gradle` at the end of repositories:
1111
maven { url 'https://jitpack.io' }
1212
}
1313
```
14-
#####Step 2. Add the dependency
14+
##### Step 2. Add the dependency
1515
```groovy
1616
dependencies {
1717
implementation 'com.frog-development:docker-secrets-module:Tag'
1818
}
1919
```
20-
#####Step 3. Use the Docker Secrets defined for your service.
20+
##### Step 3. Use the Docker Secrets defined for your service.
2121
For each secret file found on the secrets directory, a property will be constructed as `docker-secrets.{file-name}`.
2222
Here, for example, we have 2 secrets `my_user` and `my_password`, leading to this configuration:
2323
```yaml

0 commit comments

Comments
 (0)