From 853de9beebd2b78322309026f61141a3bab80d9e Mon Sep 17 00:00:00 2001 From: Ehsan Mirsaeedi Date: Wed, 24 Jan 2018 00:54:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a3b5ab..be9b372 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ RelationalGit extracts valuable information about commits, blames, changes, devs For example you can find answers to following questions by running simple Sql queries: * Which developer has the most commits? -* Which developer has the most knowledge about a file or project?[Rigby's paper](http://ieeexplore.ieee.org/document/7886975/) +* Which developer has the most knowledge about a file or project? This idea is based on [Rigby's paper](http://ieeexplore.ieee.org/document/7886975/). * Which files are changing constantly? maybe they are bug-prone. RelationalGit imports the extracted data to a relational database. So, You can easily query the database and find answers to many interesing questions. Todays source code mining is one of the hottest topics in academia and RelationalGit wants to helps researchers to start their investigations more conveniently.