fix: minor readme typo
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
72d99007c5
commit
9def17c07c
|
@ -14,9 +14,9 @@ before the first public release.
|
||||||
|
|
||||||
Also, I plan to add a higher-level abstraction on top of the direct mapping
|
Also, I plan to add a higher-level abstraction on top of the direct mapping
|
||||||
from Nim procs and types to C functions and types, probably in the form of
|
from Nim procs and types to C functions and types, probably in the form of
|
||||||
a JACk client object, which takes care of a JACK client instance, registering
|
a JACK client object, which takes care of creating a JACK client instance,
|
||||||
ports and setting up all the callbacks necessary for a well-behaved JACK
|
registering ports and setting up all the callbacks necessary for a well-behaved
|
||||||
application.
|
JACK application.
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
Loading…
Reference in New Issue