From 2c3baf5bafc891ba331e98082836f01f63c69051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adelar=20da=20Silva=20Queir=C3=B3z?= Date: Thu, 16 May 2019 16:22:43 -0300 Subject: [PATCH 1/2] Removing missing images and spell correction --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 0ec56f9..8a57f94 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,6 @@ baking it in to the debugging experience is a top bill goal for the project. Please note the entire UI is placeholder. These are just proofs-of-concept. -## C Debugging - -![C demo](https://cdn.pbrd.co/images/Hnk0NfR.gif) - -# Python Debugging - -![demo-python](https://cdn.pbrd.co/images/Hnk5ZPw.gif) - # Features and Usage # Mappings @@ -151,7 +143,7 @@ let g:vimspector_enable_mappings = 'HUMAN' ## Launch and attach by PID: * Create `vimspector.json`. See [below](#supported-languages). -* `:call vimsepctor#Launch()` and select a configuration. +* `:call vimspector#Launch()` and select a configuration. ## Breakpoints From 3ef357a1cb7c0a4664d72d498a91964cf0966690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adelar=20da=20Silva=20Queir=C3=B3z?= Date: Thu, 16 May 2019 16:32:07 -0300 Subject: [PATCH 2/2] Removing #Demo section --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 8a57f94..42f410a 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,6 @@ are being built for Visual Studio Code. The ability to do remote debugging is a must. This is key to my workflow, so baking it in to the debugging experience is a top bill goal for the project. -# Demo - -Please note the entire UI is placeholder. These are just proofs-of-concept. - # Features and Usage # Mappings