Skip to content

Commit 04e711a

Browse files
committed
Merge remote-tracking branch 'chetbox/patch-1'
* chetbox/patch-1: Fix typo in README
2 parents 2a3837c + 3ea7653 commit 04e711a

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 an receiving OSC packets using a variety of transports such as UDP and Web Sockets.
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.
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)