From 450fe911244db1022ee0e82bf60254392df3a73b Mon Sep 17 00:00:00 2001 From: matei jordache Date: Sat, 4 Apr 2026 15:44:17 -0700 Subject: [PATCH] update docs --- docs/library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library.md b/docs/library.md index fd48f2f..6d31286 100644 --- a/docs/library.md +++ b/docs/library.md @@ -1,6 +1,6 @@ # Using tono as a Python library -tono's processing nodes can be used as a standalone Python library for scripting, batch processing, and integration into other tools — no web server required. +tono's processing nodes can be used as a standalone Python library for scripting, batch processing, and integration into other tools — no web server required. It works best as part of a notebook style workflow (Jupyter, IPython). ## Installation