aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Todd <[email protected]>2013-02-24 16:22:38 -0500
committerPeter Todd <[email protected]>2013-02-24 16:22:38 -0500
commit3770896e76c9171ebb38f7f47c3949089617856b (patch)
tree980d35a8f6e1fa63ef39acd3e600bface6f680b7
parentMerge pull request #2186 from Diapolo/misc_stuff (diff)
downloaddiscoin-3770896e76c9171ebb38f7f47c3949089617856b.tar.xz
discoin-3770896e76c9171ebb38f7f47c3949089617856b.zip
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce9bfae87..f1a860953 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ submit new unit tests for old code.
Unit tests for the core code are in `src/test/`. To compile and run them:
- cd src; make -f makefile.linux test
+ cd src; make -f makefile.unix test
Unit tests for the GUI code are in `src/qt/test/`. To compile and run them: