README.md in log_sweeper-1.1.0 vs README.md in log_sweeper-1.1.1
- old
+ new
@@ -4,11 +4,11 @@
It is designed to be used with Ruby logger rotation. By default, it will remove all log files older than 10 days and will gzip all log files that look like rotated log files. For example, `production.log.20190228` will be gzipped and replaced with `production.log.20190228.gz`. It logs what it's doing using the provided logger which defaults to `STDOUT` logger.
## Installation
-Juts add `gem "log_sweeper"` to your Gemfile.
+Simply add `gem "log_sweeper"` to your Gemfile.
## Examples
```ruby
# Just use the defaults
@@ -26,9 +26,13 @@
```ruby
every 1.hour do
runner "LogRotator.run(Rails.root.join('log'))"
end
```
+
+## Contributing
+
+Bug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/log_sweeper.
## License
Released under MIT License.