Skip to content

Commit c346fe4

Browse files
authored
Update README.md
1 parent 36dd334 commit c346fe4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ Maven:
3030

3131
There 2 ways to configure your application to load properties from s3:
3232

33-
*Anotation*
33+
**Anotation**
34+
3435
Add this annotation to any spring managed bean
3536
```java
3637
@S3PropertiesLocation("my-bucket/my-folder/my-properties.properties")
3738
```
3839

39-
*Configuration*
40+
**Configuration**
4041
```java
4142
@Bean
4243
S3PropertyPlaceholderConfigurer s3PropertyPlaceholderConfigurer(AmazonS3 amazonS3) {

0 commit comments

Comments
 (0)