From 49262dd37b3e82666ddc5dc247ca66ca2b3419f3 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Wed, 15 Feb 2017 20:37:22 +0200 Subject: [PATCH] Fix rustfmt instructions --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 3983e26..e22749c 100644 --- a/README.markdown +++ b/README.markdown @@ -63,7 +63,7 @@ build this libary and run the examples. 1. Change or add something 2. Run rustfmt to guarantee code style conformance - cargo install fmt + cargo install rustfmt cargo fmt -- --write-mode=overwrite 3. Open a pull request in Github