Skip to content

Commit e23597a

Browse files
committed
Updated README.md, Closes #3
1 parent 5791e15 commit e23597a

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
@@ -23,7 +23,7 @@ var torDirectory = "C:\\Users\\CHANGE_ME\\Documents\\tor";
2323
// support 64 bit tor on 64 bit os (optional)
2424
var is32Bit = !Environment.Is64BitOperatingSystem;
2525

26-
var tor = new Tor(torDirectory, is32Bit);
26+
var tor = new Tor4NET.Tor(torDirectory, is32Bit);
2727

2828
// install updates if available
2929
if (tor.CheckForUpdates().Result)

0 commit comments

Comments
 (0)