README.md in compensate-0.1.1 vs README.md in compensate-0.1.2
- old
+ new
@@ -24,10 +24,10 @@
Inputs accepted are .csv files with the following headers: `Rate, Start, End` where `Rate` is either `high` or `low`, and `Start, End` are dates in the format of `MM/DD/YY`. Ensure the header rows exist on a given CSV.
This gem is packaged with an executable script. Use the following command to process a CSV named `test.csv`:
- `ruby -Ilib ./bin/compensate ../test.csv`
+ `compensate test.csv`
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.