From b2cc2278ab0f95f97592ccfd949f85fb456ba50f Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 01:27:14 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9050230..e0b489f 100644 --- a/README.md +++ b/README.md @@ -70,23 +70,23 @@ All issues should be documented at ### Scenarios -####Render +#### Render To render executable files from scenario templates run `rake render_executables` Check /scenarios and make sure each scenario has an executable.rb file -####Delete +#### Delete To delete previously generated executable files run `rake delete_executables` -####Test +#### Test After generating executable files, make sure they are valid Ruby files by running `rspec scenarios/execute.rb` from the root directory ### Troubleshooting -#####OpenSSL +##### OpenSSL SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError) The machine's Ruby/OpenSSL environment can't find any root certificates to trust. Please refer [here](http://www.google.com/search?q=SSL+connect+returned=1+errno=0+state=SSLv3) to find the best solution for your environment.