aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-03-01 06:11:06 -0800
committerWladimir J. van der Laan <laanwj@gmail.com>2013-03-01 06:11:06 -0800
commita0db772d13a33a3ff18b3dc615a4a1e9c81f6f43 (patch)
treebe778cb423a5663088c68b9921744b5cbb9db6b0
parent65497f4ee77166ba2a803c51893a4eb5a401fdb9 (diff)
parent3770896e76c9171ebb38f7f47c3949089617856b (diff)
downloadbitcoin-a0db772d13a33a3ff18b3dc615a4a1e9c81f6f43.tar.xz
Merge pull request #2335 from petertodd/readme-typo
Minor: Fix typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce9bfae872..f1a860953f 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: