Skip to content

Commit

Permalink
Add some basic usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dropofwill committed May 15, 2015
1 parent dfa2575 commit e1b42ab
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,16 @@ Or install it yourself as:

## Usage

TODO: Write usage instructions here
```
require 'rtasklib'
tw = Rtasklib::TW.new('../path/to/.task')
# do some stuff with the task database
# available commands are documented in the Controller class
tw.all
```


## Development
Expand Down

0 comments on commit e1b42ab

Please sign in to comment.