From 202f23ce024d408951fc0c3a94a17a0fa08d52e1 Mon Sep 17 00:00:00 2001 From: hcpl Date: Wed, 27 Dec 2017 19:41:42 +0200 Subject: [PATCH] Fix version replacement notes for CI in README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6604725ba76..eba24ccf3a7 100644 --- a/README.md +++ b/README.md @@ -151,9 +151,8 @@ when a pull request contains unformatted code. Using `--write-mode=diff` instruc rustfmt to exit with an error code if the input is not formatted correctly. It will also print any found differences. -(These instructions use the Syntex version of Rustfmt. If you want to use the -nightly version replace `install rustfmt` with `install rustfmt-nightly`, -however you must then only run this with the nightly toolchain). +(These instructions use the nightly version of Rustfmt. If you want to use the +Syntex version replace `install rustfmt-nightly` with `install rustfmt`). A minimal Travis setup could look like this: