Skip to content

Commit d3fc775

Browse files
committed
Updated readme
1 parent d15c54d commit d3fc775

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77
## [Unreleased]
88

99
- Interactive demo website, use `bun demo` to run.
10+
- Publish demo via Github Pages
11+
- Updated readme to point to the demo
1012

1113
## [0.0.1] - 2024-09-05
1214

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ This extension adds a Graph Overview to VS Code, showing the CFG (control-flow g
66

77
![Screenshot of the extension](./media/screenshots/banner.png)
88

9+
## Installation
10+
11+
Install via the [extension page](https://marketplace.visualstudio.com/items?itemName=tamir-bahar.function-graph-overview) at the VSCode Marketplace.
12+
13+
## Demo
14+
15+
You can try it out via an [interactive demo](https://tmr232.github.io/function-graph-overview/) if you don't want to install it.
16+
17+
Note that the demo only supports a single function and ignores the cursor location.
18+
919
## Supported Languages
1020

1121
- Go

0 commit comments

Comments
 (0)