Skip to content

Commit

Permalink
Merge pull request #37 from tmr232/fix-typo
Browse files Browse the repository at this point in the history
Typo in readme
  • Loading branch information
tmr232 authored Dec 2, 2024
2 parents 3059ba1 + 39223e1 commit be628af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This extension adds a Graph Overview to VS Code, showing the CFG (control-flow g

1. Install via the [extension page](https://marketplace.visualstudio.com/items?itemName=tamir-bahar.function-graph-overview) at the VSCode Marketplace.

2. Open the command-pallete (<kbd>Ctrl+Shift+P</kbd> or <kbd>⇧⌘P</kbd>) and run the `Function Graph Overview: Show Graph Overview` command.
2. Open the command-palette (<kbd>Ctrl+Shift+P</kbd> or <kbd>⇧⌘P</kbd>) and run the `Function Graph Overview: Show Graph Overview` command.

3. Open your code and place your cursor inside a function to see the graph.

Expand Down

0 comments on commit be628af

Please sign in to comment.