Skip to content

Commit 2d7c4c7

Browse files
authored
Update README.md
1 parent 538fe8d commit 2d7c4c7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
---
55
## Getting started
66

7+
First include the library in your project using Maven:
8+
9+
```xml
10+
<!-- https://mvnrepository.com/artifact/net.twasi/obs-websocket-java -->
11+
<dependency>
12+
<groupId>net.twasi</groupId>
13+
<artifactId>obs-websocket-java</artifactId>
14+
<version>1.0.1</version>
15+
</dependency>
16+
```
17+
718
To get started just instantiate the OBSRemoteController:
819

920
```java

0 commit comments

Comments
 (0)