Skip to content

Commit 46edda4

Browse files
committed
readme update
1 parent eb3e52b commit 46edda4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
See stuff about a Rails app.
44

5+
There were a few things missing to the included `rake stats`
6+
RailsStats mainly adds the ability to be run from outside the project in question. THis can be helpful if the app you are interested in can not be booted for some reason.
7+
8+
### Run it
9+
510
```bash
611
$ bundle exec rake:stats[/path/to/app/]
712

@@ -30,9 +35,10 @@ Directory: /path/to/app/
3035

3136
```
3237

33-
3438
### Things it knows about
3539

40+
RailsStats also adds more coverage than the default.
41+
3642
* Any concepts you've added within an `app` directory
3743
* Configuration files
3844
* Library files

0 commit comments

Comments
 (0)