From abc503f001e55604176219d35583946cb392b2f8 Mon Sep 17 00:00:00 2001 From: Philippe Cutillas <35378828+Frenchman98@users.noreply.github.com> Date: Mon, 8 Feb 2021 19:16:38 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1673d19..5253825 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# A Debug Adapter for Debugging Python 2 within Autodesk 3DS Max +# A Debug Adapter for Debugging Python 2 within Autodesk 3ds Max This adapter serves as a "middleman" between the Sublime Debugger plugin -and a DAP implementation for python (ptvsd) injected into 3DS Max. +and a DAP implementation for python (ptvsd) injected into 3ds Max. -It intercepts a few DAP requests to establish a connection between the debugger and 3DS Max, and +It intercepts a few DAP requests to establish a connection between the debugger and 3ds Max, and otherwise forwards all communications between the debugger and ptvsd normally.