From 71f16c195a9e74121b41bde09def34becb02bf9a Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Sat, 27 Jul 2024 18:04:58 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a7064..8e8f8cf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To run a debug session, first instantiate `DebugAdapter.DebugSession` by passing import DebugAdapter # Create or acquire a connection -conn = ... +conn = ... # This should be a Base.IO subtype, for example a named pipe or socket connection session = DebugAdapter.DebugSession(conn)