From c3731fd50bc331b6c1ffbf31105ad387d7891781 Mon Sep 17 00:00:00 2001 From: huglester Date: Thu, 20 Nov 2014 23:28:58 -0800 Subject: [PATCH] removed h3 from example --- Codeception-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Codeception-plugin.md b/Codeception-plugin.md index af7bcf4..9b9d9e8 100644 --- a/Codeception-plugin.md +++ b/Codeception-plugin.md @@ -4,7 +4,7 @@ A simple plugin that allows you to run [Codeception](http://codeception.com/) te * **config** - Required - Can be either a single string pointing to a Codeception configuration file, or an array of configuration file paths. -###Example on running codeception with default settings (when tests are in tests/ directory): +#Example on running codeception with default settings (when tests are in tests/ directory): ``` codeception: