Skip to content

Commit ecb3158

Browse files
authored
Update README.md
1 parent e68d603 commit ecb3158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Async to sync code roundtrip synchroniser for C#
2-
Automatically and in realtime converts async C# code in one folder to synchronous C# code in another folder for easier and faster debugging purposes.
2+
Automatically and in realtime converts asynchronous C# code in one folder to synchronous C# code in another folder for easier and faster debugging purposes.
33

4-
You can also write your code in synchronous format and it will be automatically converted to async code in the background.
4+
You can also write your code in synchronous C# format and it will be automatically converted to asynchronous C# code in the background.
55

66
### Installation
77

0 commit comments

Comments
 (0)