From d487b572663c3b3fa7d3ab60fdfe56fd134c59ca Mon Sep 17 00:00:00 2001
From: Wudr-1995 <wudr@ihep.ac.cn>
Date: Thu, 17 Aug 2023 15:38:36 +0800
Subject: [PATCH] update README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 473f0fc..4f2c05e 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ PKG(ExampleAlg
 )
 ```
 
-An `**algorithm**` is defined as a `c++ class` like
+An **`algorithm`** is defined as a `c++ class` like
 
 ```c++
 // Similar to JUNO Offline, this line will register the algorithm
@@ -72,7 +72,7 @@ More detail can be found in `./Analysis/CommissioningAlg/`.
 
 Similar to `ExampleAlg`, the folders, CMakeLists.txt and \_\_init\_\_.py should be created
 
-A `**tool**` is defined as a `c++ class` too.
+A **`tool`** is defined as a `c++ class` too.
 
 ```c++
 DECLARE_TOOL(ExampleTool);
-- 
GitLab