diff --git a/README.md b/README.md index 1aae4f5823b79fb8ff36747dae0c4eecf264700e..3af802a93f448efe22032aae9c346a1f7d5f4513 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ To use this package in script, you first need to complile it by calling $ make ``` -This command creates two shared libraries, one called libPlottingHelper.so using g++ compiler. -Another called plottingHelper_C.so using compiler in ROOT. -For the time being the g++ version was found much faster and therefore is recommended for both Macros, compiled Macros and ROOT programs compiled by g++. +This shell command creates two shared libraries, one called `libPlottingHelper.so` using `g++` compiler. +Another called `plottingHelper_C.so` using compiler in ROOT. +For the time being the `g++` version was found much faster and therefore is recommended for both Macros, compiled Macros and ROOT programs compiled by `g++`. And then put these lines to the beginning of your program: ```