From 37612132cd2d0988a52b056faad111bb93093f5e Mon Sep 17 00:00:00 2001 From: Malinda Dilhara Date: Wed, 19 Jan 2022 16:58:59 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 376c8435..5473734d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a fork of https://github.com/nguyenhoan/CPatMiner. We extended it to sup Clone the repo : git clone --recurse-submodules https://github.com/maldil/CPatMiner.git -## R-CPatMiner consists of two tools that must be run one after the other. +### R-CPatMiner consists of two tools that must be run one after the other. * AtomicASTChangeMining: extracts change graphs from commits and store them in the directory "OUTPUT" of the project's root directory. * SemanticChangeGraphMiner: mines code change patterns from change graphs, extracted by running the tool AtomicASTChangeMining.