From a9f9fc63fbdb424cf0f5a0a8a818d02b2cca50a1 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 8 May 2017 16:28:52 -0700 Subject: [PATCH] fixed markup --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cca0aebd..dcc2e4b6 100644 --- a/README.rst +++ b/README.rst @@ -293,7 +293,7 @@ Validation When submitting a recipe, several checks are automatically executed to validate the recipe: -* YAML files suffix must be `.yaml`, not `.yml`; +* YAML files suffix must be ``.yaml``, not ``.yml``; * YAML files must be valid; * YAML files must use 4 space indentations; * JSON files must be valid; @@ -309,7 +309,7 @@ the recipe: * The package must have a registered bundle in the manifest if type is "symfony-bundle"; * The package does not only register a bundle for all environments; * All text files should end with a newline; -* All configuration file names under `etc` should use the underscore notation; +* All configuration file names under ``etc`` should use the underscore notation; * The Symfony website must be referenced using HTTPs. Full Example