From b4c30887c9c040d51fd4eeab61d5af1b4fc0abc7 Mon Sep 17 00:00:00 2001 From: Ding Li Date: Fri, 26 May 2017 13:21:56 +0800 Subject: [PATCH] Fix more format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e87a1d4..4dca96c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ share a process, that is the Terminal. So it is advised to use a single global context on all your MQL programs. The `shared` parameter of `Context` is used for sychronization of context creation and destruction. It is better named globally, and in a manner not easily recognized by humans, for example: -"__3kewducdxhkd__" +`__3kewducdxhkd__` ## Usage