Skip to content

Commit 7ec76d7

Browse files
docs: update screenshot and limitations
1 parent 7bd36be commit 7ec76d7

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ $ brew tap redgreenio/tap
1414
$ brew install twd
1515
```
1616

17+
## Updates
18+
19+
```bash
20+
$ brew upgrade twd
21+
```
22+
1723
## Quick start
1824

1925
Build the project first and then run the command line tool.
@@ -30,12 +36,9 @@ For more options, run `twd watch --help`.
3036

3137
## Known issues
3238

33-
- The tool does not work well with classes with lambda expressions and anonymous classes. This is something I am working
34-
on actively to fix. This has to do with the special characters in the class names and
35-
the [edge bundling graph](https://observablehq.com/@d3/bilevel-edge-bundling) source code that I am using.
39+
- Support to visualise recursive methods is not yet available.
3640

37-
- Kotlin classes have synthetic methods that are not visible in the source code. These methods are shown in the
38-
diagram. This is yet another limitation of the tool at the moment.
41+
- Kotlin synthetic functions are also visible in the diagram.
3942

4043
## Licenses
4144

docs/screenshot.png

24.3 KB
Loading

0 commit comments

Comments
 (0)