From 0da7a1e476ef03be22718e813fbc729f9dc163b4 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Tue, 6 Jan 2015 08:36:00 +0200 Subject: [PATCH] README: minor formatting. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index cf2af4e5..5690fecf 100644 --- a/README.markdown +++ b/README.markdown @@ -261,7 +261,7 @@ A. Almost all syntax checkers use the `makeprgBuild()` function. Those checkers that do can be configured using global variables. The general form of the global `args` variables is `syntastic___args`. -So, If you wanted to pass "--my --args --here" to the ruby mri checker you +So, If you wanted to pass `--my --args --here` to the ruby mri checker you would add this line to your `vimrc`: ```vim let g:syntastic_ruby_mri_args = "--my --args --here"