Skip to content

Commit b3b9a57

Browse files
committed
Moar typo corrections.
1 parent 04e711a commit b3b9a57

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
@@ -101,7 +101,7 @@ How osc.js Works
101101
osc.js consists of two distinct layers:
102102

103103
1. The low-level functional API, which provides simple stateless functions for reading and writing OSC packets.
104-
2. The transport layer, which provide a simple EventEmitter-style API for sending and receiving OSC packets using a variety of transports such as UDP and Web Sockets.
104+
2. The transport layer, which provides a simple EventEmitter-style API for sending and receiving OSC packets using a variety of transports such as UDP and Web Sockets.
105105

106106
Typically, you'll use the Port API for sending and receiving OSC packets over a particular transport, but if you want to write your own transports or want a lower-level interface, you can use the functional API directly.
107107

0 commit comments

Comments
 (0)