Skip to content

Commit addce75

Browse files
authored
change name of project in README (#11)
1 parent 308278a commit addce75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ You can pull it from the central Maven repositories:
2121
```xml
2222
<dependency>
2323
<groupId>fr.techad</groupId>
24-
<artifactId>edc-httpd-java</artifactId>
24+
<artifactId>edc-httpd</artifactId>
2525
<version>2.0.0</version>
2626
</dependency>
2727
```
2828

2929
### Gradle
3030
```groovy
31-
implementation 'fr.techad:edc-httpd-java:2.0.0'
31+
implementation 'fr.techad:edc-httpd:2.0.0'
3232
```
3333
## How can I create and run a docker image?
3434
You have just to use this two commands in the repository, -v parameter is optional for the second command

0 commit comments

Comments
 (0)