From 0da22066d5d5864dbf5ee59574fbdce3d02447dc Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Wed, 18 Jan 2023 15:02:34 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efaf64ba8..860148c38 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Want to write your own plugin? Full documentation is available here: https://dev ## Debug the Scrypted Server in VSCode -Debugging the server should not be necessary, as the server only provides the hosting and RPC mechanism for plugins. The following is for reference purpose. Most development can be done by debugging the plugin. +Debugging the server should not be necessary, as the server only provides the hosting and RPC mechanism for plugins. The following is for reference purpose. Most development can be done by debugging the relevant plugin. ```sh # check out the code