From c4d4669e4e31cab552731ec720091c150a272902 Mon Sep 17 00:00:00 2001 From: Dmitro Zherebko Date: Sat, 14 Jul 2018 18:03:01 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0bc935ff..ad4721900 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ And finally kudos for all the people that believed in, tried, validated and even ## Contributing * Feel free to send small pull requests. Please discuss new features or big changes in a GitHub issue first. -* Use `npm test` to run the basic test suite, `npm run coverage` for the test suite with coverage and `npm run perf` for the performance tests. +* Use `npm test` to run the basic test suite, `npm run coverage` for the test suite with coverage and `npm run test:performance` for the performance tests. * Please note that if you want to backport a feature / fix to MobX 4 a second PR needs to be opened to the mobx4-master branch. # MobX 4 vs MobX 5