From 0bfb23b6ffffc342866f9793506b8408384a5b53 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Thu, 23 Nov 2023 17:40:38 +0100 Subject: [PATCH] docs: wording change in readme Signed-off-by: Christopher Arndt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feb126c..78a6c5a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The majority of JACK client APIs have been wrapped and are functional (see [examples]), but some APIs (e.g. threading) still need wrapping. Others, like the server control or the deprecated session API, will probably not be covered by these bindings. While this project is in beta stage, symbol names may still -be changed and things moved around before the first public release. +be changed and things moved around before the first stable release. ## Installation