From e5350ce5736d241e7fc39d81b9208f0fd715eeb9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 3 Sep 2013 08:53:29 -0700 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 030e2dbf2..ac6817aef 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ $ bin/packer You can run tests by typing `make test`. -Before submitting a pull-request, please run `make format` to automatically fix -any coding style issues. - This will run tests for Packer core along with all the core builders and commands and such that come with Packer. + +If you make any changes to the code, run `make format` in order to automatically +format the code according to Go standards.