Skip to content

Commit

Permalink
Fix error in readme
Browse files Browse the repository at this point in the history
Replace java code with kotlin
  • Loading branch information
ComradeVanti committed Jun 17, 2021
1 parent 4ecac77 commit e8cd28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project.

First define the devices addresses

```OSCDevicePair pair = new OSCDevicePair(localAddress, remoteAddress);```
```val pair = OSCDevicePair(localAddress, remoteAddress)```

Next plan the exchange you want to have between the devices

Expand Down

0 comments on commit e8cd28c

Please sign in to comment.