Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chairbender committed Nov 28, 2015
1 parent 0834286 commit 387efcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A tool for analyzing Java code for its adherence to [Object Calisthenics](http://www.cs.helsinki.fi/u/luontola/tdd-2009/ext/ObjectCalisthenics.pdf).

(JavaDoc Documentation)[http://chairbender.github.io/object-calisthenics-analyzer/]
[JavaDoc Documentation](http://chairbender.github.io/object-calisthenics-analyzer/)

## Usage
````
Expand All @@ -22,7 +22,8 @@ Node violationLocation = aViolation.getViolationLocation()
````

## Documentation
(JavaDoc Documentation)[http://chairbender.github.io/object-calisthenics-analyzer/]

[JavaDoc Documentation](http://chairbender.github.io/object-calisthenics-analyzer/)

## Stuff It Won't Find For You
For various reasons, there's a few things mentioned in Object Calisthenics that this program doesn't check for.
Expand Down

0 comments on commit 387efcf

Please sign in to comment.