Skip to content

Commit 83daa77

Browse files
authored
Update README.md
1 parent 001c388 commit 83daa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Each one of the classes in UiPath.Core.Activities have properties that need to b
9797
Console.WriteLine("");
9898
Console.WriteLine("");
9999
Console.WriteLine("Press any key to continue or to exit...");
100-
Console.ReadLine();
100+
Console.ReadKey();
101101
}
102102

103103
return output;

0 commit comments

Comments
 (0)