Skip to content

Commit fd22212

Browse files
authored
Update README.md
1 parent 0d6943e commit fd22212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ will create a instance named `ipMIDI2` and is connected to port 21930.
3939
```cpp
4040
#include <ipMIDI.h>
4141
...
42-
IPMIDI_NAMESPACE::ipMidiTransport<Type> ipMIDI(Port); \
42+
IPMIDI_NAMESPACE::ipMidiTransport<Type> ipMIDI(Port);
4343
MIDI_NAMESPACE::MidiInterface<IPMIDI_NAMESPACE::ipMidiTransport<Type>> Name((IPMIDI_NAMESPACE::ipMidiTransport<Type> &)ipMIDI);
4444
```
4545
will create a instance named `ipMIDI3` (and underlaying MIDI object `MIDI3`) and is by default connected to port 21930.

0 commit comments

Comments
 (0)