readme update

This commit is contained in:
Tomasz Gieniusz 2012-10-23 21:42:14 +02:00
parent 52c5361448
commit e3ae7a48c6

View file

@ -16,12 +16,12 @@ It browses the repository and outputs html page with some statistics.
## Usage ## Usage
# Generator ### Generator
$ git_stats repo_path output_directory $ git_stats repo_path output_directory
$ favorite_browser output_directory/index.html $ favorite_browser output_directory/index.html
# API usage example ### API usage example
> repo = GitStats::GitData::Repo.new(path: '.') > repo = GitStats::GitData::Repo.new(path: '.')
> repo.authors > repo.authors