From 8575e2e5aea6f0bf6ef8ec24720df47af289f3a6 Mon Sep 17 00:00:00 2001 From: zleba <radek.zlebcik@gmail.com> Date: Tue, 4 Jul 2017 23:51:08 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1aae4f5..3af802a 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: ``` -- GitLab