Skip to content

Commit e522247

Browse files
Closes #143
1 parent 61f51e4 commit e522247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on windows cd into each project and run `dotnet restore` manually.
3636
#### [Tutorial two: Work Queues](http://www.rabbitmq.com/tutorial-two-dotnet.html)
3737

3838
dotnet run -p Worker/Worker.csproj
39-
dotnet run -p NewTask/NewTask/csproj
39+
dotnet run -p NewTask/NewTask.csproj
4040

4141
#### [Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-dotnet.html)
4242

0 commit comments

Comments
 (0)