Skip to content

Commit 755995b

Browse files
committed
README: Fixes Markdown style warnings [minor]
1 parent 1543b4b commit 755995b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.markdown

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!--
1313
SPDX-FileCopyrightText: 2012 C. Ramakrishnan / Illposed Software
14-
SPDX-FileCopyrightText: 2021 Robin Vobruba <[email protected]>
14+
SPDX-FileCopyrightText: 2021 - 2024 Robin Vobruba <[email protected]>
1515
1616
SPDX-License-Identifier: CC0-1.0
1717
-->
@@ -76,7 +76,8 @@ it also contains a sample GUI that allows to send OSC messages to SuperCollider.
7676
### Open Sound Control (OSC)
7777

7878
is a simple _content format_,
79-
although it is often though of as a _protocol_ for the transmission of data over a network.
79+
although it is often though of as a _protocol_
80+
for the transmission of data over a network.
8081

8182
#### Application domains
8283

@@ -132,7 +133,7 @@ mvn exec:java
132133
Next, launch SuperCollider (SC), open the file located in the
133134
`modules/core/src/main/resources/supercollider/` directory,
134135
and load the synthdef into SuperCollider.
135-
Start the SC local server.
136+
Start the SC local server.
136137
In the JavaOSC Demo UI, click the "All On" button and start moving the sliders.
137138
You should hear the sounds change.
138139
To see what messages the UI is sending, run either the CNMAT `dumpOSC`,
@@ -154,7 +155,8 @@ in the terminal.
154155

155156
### Use the library
156157

157-
The classes that deal with sending OSC data are located in the `com.illposed.osc` package.
158+
The classes that deal with sending OSC data
159+
are located in the `com.illposed.osc` package.
158160
The core classes are `com.illposed.osc.transport.OSCPort{In, Out}`,
159161
`com.illposed.osc.OSCMessage` and `com.illposed.osc.OSCBundle`.
160162

@@ -258,7 +260,7 @@ exit
258260
This does the following:
259261

260262
* _Important for backwards compatibility_:
261-
use the oldest possible JDK version to compile (currently 1.8)
263+
use the oldest possible JDK version to compile (currently 1.8)
262264
* asks for the release and new snapshot versions to use (for all modules)
263265
* packages
264266
* signs with GPG

0 commit comments

Comments
 (0)