Skip to content

Commit 6a19bcc

Browse files
authored
Update README.markdown
1 parent e00cfaf commit 6a19bcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ To use maven add this repository to your pom.xml:
4343
Also add this dependency to your pom.xml:
4444
```xml
4545
<dependency>
46-
<groupId>org.java-websocket</groupId>
47-
<artifactId>Java-WebSocket</artifactId>
48-
<version>1.3.0</version>
49-
</dependency>
46+
<groupId>org.java-websocket</groupId>
47+
<artifactId>java-websocket</artifactId>
48+
<version>1.3.2</version>
49+
</dependency>
5050
```
5151

5252
### Gradle

0 commit comments

Comments
 (0)