From a1b9a9ec0d268a4fe63ff914282406591cc0ab20 Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Mon, 28 Nov 2022 22:12:03 -0700 Subject: [PATCH] how is markdown formed --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb03980..f41f8f9 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Click on the code that appears and press the Tab key to decompile it. Finally, right-click on a variable usage you're interested in and select "Start TypeTapper". In corewars-vm, a good variable to use is any of the variables assigned from a call to `calloc`. -[!](pics/startup.png) +![](pics/startup.png) ## Usage The main view of TypeTapper is an interactive node-link diagram, initially populated by one node. -[!](pics/initial.png) +![](pics/initial.png) ### Interactions @@ -44,7 +44,7 @@ The main view of TypeTapper is an interactive node-link diagram, initially popul - Drag a node into another node to move the dragged node into the target node's group. - Hold down the X key to enter rapid-fire expand mode, where hovering nodes with the mouse will immediately commit and expand them. -[!](pics/complex.png) +![](pics/complex.png) ## Code structure