diff --git a/.vscode/launch.json b/.vscode/launch.json index 47a83312..2173926d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,4 +12,4 @@ "justMyCode": false }, ] -} \ No newline at end of file +} diff --git a/README.md b/README.md index 954bd365..a7ab6695 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ pip install -e . ARI can be debugged using VSCode. Steps to start debugging: -Step 1: Please add below line to fine that needs to be debugged: +Step 1: Please add below line to file that needs to be debugged: ``` import debugpy debugpy.listen(5678)