Skip to content

Commit b10f57b

Browse files
committed
Update README.md
1 parent ece6af5 commit b10f57b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@ Java Source Metrics
22
===================
33

44
An application to calculate metrics from java bytecode.
5+
56
This project was created for the purpose of performing a bachelor thesis.
67

7-
How to use: [HOWTOUSE.md](https://github.com/Kiskae/Java-Source-Metrics/blob/master/HOWTOUSE.md)
8-
Extending the application: [EXTENDING.md](https://github.com/Kiskae/Java-Source-Metrics/blob/master/EXTENDING.md)
8+
* How to use: [HOWTOUSE.md](https://github.com/Kiskae/Java-Source-Metrics/blob/master/HOWTOUSE.md)
9+
* Extending the application: [EXTENDING.md](https://github.com/Kiskae/Java-Source-Metrics/blob/master/EXTENDING.md)
910

1011
Compilation
1112
-----------
1213

1314
Maven is used to handle our dependencies.
1415

1516
* Install [Maven 3](http://maven.apache.org/download.html)
16-
* Check out this repo and run: `mvn`
17+
* Check out this repo and run: `mvn`

0 commit comments

Comments
 (0)