Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/95590


Change subject: readme: fix MEDIAWIKI_USER blockstyle
......................................................................

readme: fix MEDIAWIKI_USER blockstyle

Markdown needs a newline before an indented block, or it will not shows
up as a block.

Change-Id: I4df27ed921db6592060d214f6e018bf19a0b977d
---
M README.md
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests 
refs/changes/90/95590/1

diff --git a/README.md b/README.md
index 5215ac6..1eec937 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@
 
 Environment variables MEDIAWIKI_USER and MEDIAWIKI_PASSWORD are required for 
tests tagged `@login`. For local testing, create a test user on your local wiki 
and export the user and password as the values for those variables.
 For example:
+
     export MEDIAWIKI_USER=<username here> # Linux/Unix/Mac
     set MEDIAWIKI_USER=<username here> # Windows
 

-- 
To view, visit https://gerrit.wikimedia.org/r/95590
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4df27ed921db6592060d214f6e018bf19a0b977d
Gerrit-PatchSet: 1
Gerrit-Project: qa/browsertests
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to