From bb2cee77f82eeb550f16430edb0bb7b5dadaed80 Mon Sep 17 00:00:00 2001 From: Robin Willig Date: Tue, 6 Dec 2022 20:20:24 +0100 Subject: [PATCH] Some little corrections --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 79e6758c24e..3050aa12301 100644 --- a/README.markdown +++ b/README.markdown @@ -24,15 +24,15 @@ Contributing ------------ We love contributors! For more information on how you can contribute, please read -the [Symfony Docs Contributing Guide](https://symfony.com/doc/current/contributing/documentation/overview.html) +the [Symfony Docs Contributing Guide](https://symfony.com/doc/current/contributing/documentation/overview.html). **Important**: use `4.4` branch as the base of your pull requests, unless you are -documenting a feature that was introduced *after* Symfony 4.4 (e.g. in Symfony 5.4). +documenting a feature that was introduced *after* Symfony 4.4 (e.g., in Symfony 5.4). Build Documentation Locally --------------------------- -This is not needed for contributing, but it's useful if you want to debug some +This is not needed for contributing, but it's useful if you would like to debug some issue in the docs or if you want to read Symfony Documentation offline. ```bash