README.md in trickle-0.0.1 vs README.md in trickle-0.0.2
- old
+ new
@@ -1,25 +1,13 @@
# Trickle
-TODO: Write a gem description
+A command-line tool to run commands specified in a file or multiple files. You can specify different rates to run the commands. See trickle --help for details. Originally created to run test scripts at random intervals.
## Installation
-Add this line to your application's Gemfile:
-
- gem 'trickle'
-
-And then execute:
-
- $ bundle
-
-Or install it yourself as:
-
- $ gem install trickle
-
-## Usage
-
-TODO: Write usage instructions here
+```
+gem install trickle
+```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)