From ce2b87f7dace8976dba75072be0649e7f5dc643d Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 1 Apr 2015 14:06:52 +0300 Subject: [PATCH] Readme script highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fe8054cf..b9d974e82 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Documentation ### Updating documentation - AUTODOC=true rspec spec/requests - EPP_DOC=true rspec spec/epp --tag epp --require support/epp_doc.rb --format EppDoc > doc/epp-examples.md + AUTODOC=true rspec spec/requests + EPP_DOC=true rspec spec/epp --tag epp --require support/epp_doc.rb --format EppDoc > doc/epp-examples.md Installation ------------