Skip to content

Commit 0028992

Browse files
authored
Refine README.md for clarity on key classes
1 parent 045ab35 commit 0028992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ options:
8585
## Defining custom metrics
8686

8787
GitEvo can be used to define custom code evolution metrics at the level of the concrete syntax tree (CST), thanks to [Tree-sitter](https://tree-sitter.github.io/tree-sitter).
88-
GitEvo provides three key classes that can be used in the scripts: `GitEvo`, `ParsedCommit`, and `ParsedFile`.
88+
GitEvo provides three key classes: `GitEvo`, `ParsedCommit`, and `ParsedFile`.
8989

9090
- `GitEvo` is the main class, the entry point to use the tool.
9191
It receives as input the repository, file extension, date unit for analysis, and start/end year for analysis.

0 commit comments

Comments
 (0)