From 9def17c07c908c4c126b49badcd5b09a4d9c6292 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Mon, 10 Oct 2022 21:02:18 +0200 Subject: [PATCH] fix: minor readme typo Signed-off-by: Christopher Arndt --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9baf31..8d4a1b1 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ before the first public release. 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 -a JACk client object, which takes care of a JACK client instance, registering -ports and setting up all the callbacks necessary for a well-behaved JACK -application. +a JACK client object, which takes care of creating a JACK client instance, +registering ports and setting up all the callbacks necessary for a well-behaved +JACK application. # Installation