Skip to content

Commit

Permalink
Fix typo in csharp/kevint/README.md (filename is produce.csv)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Pauley committed Sep 24, 2012
1 parent fe7d254 commit 3ed9369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions csharp/kevint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ How to run the code: Windows (assumes .NET Framework 4.0 is installed)

cd csharp\kevint\
build.windows.bat
hollingberries.exe ..\..\products.csv pricefile.txt
hollingberries.exe ..\..\produce.csv pricefile.txt
# diff will fail unless you ignore line endings (\n vs \r\n)

How to run the code: Mono (assumes Mono Framework 4.0 is installed)
===================================================================

cd csharp/kevint/
sh build.mono.sh
mono hollingberries.exe ../../products.csv pricefile.txt
diff -u ../../pricefile.txt pricefile.txt
mono hollingberries.exe ../../produce.csv pricefile.txt
diff -u ../../pricefile.txt pricefile.txt

0 comments on commit 3ed9369

Please sign in to comment.