Skip to content

Commit 82338d2

Browse files
committed
Update README
1 parent 7e6f3cb commit 82338d2

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project provides the following:
88

99
### Feedback
1010

11-
* Star the project and/or upvote the posts on [reddit](https://www.reddit.com/r/dotnet/comments/c5wiyv/expressiontreetostring_14_visualizer_node_context/) or [Hacker News](https://news.ycombinator.com/item?id=20055067)
11+
* Star the project
1212
* File an [issue](https://github.com/zspitz/ExpressionToString/issues)
1313

1414
## String representations of expression trees
@@ -58,7 +58,7 @@ Features:
5858
Console.WriteLine(expr.ToString("C#"));
5959
// prints: () => i + j
6060
```
61-
61+
6262
* Type names are rendered using language keywords, instead of just the type name; e.g. `List<string>` or `List(Of Date)` instead of ``List`1``
6363

6464
* Special handling of calls to `String.Concat` and `String.Format`

screenshot-csharp.jpg

-60.1 KB
Binary file not shown.

screenshot-vb.jpg

-30.4 KB
Binary file not shown.

sync-from-source.gif

-106 KB
Binary file not shown.

0 commit comments

Comments
 (0)