README.md in aws-logs-0.1.0 vs README.md in aws-logs-0.2.0
- old
+ new
@@ -1,6 +1,6 @@
-# AwsLogs
+# aws-logs
[![Gem Version](https://badge.fury.io/rb/GEMNAME.png)](http://badge.fury.io/rb/GEMNAME)
[![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com)
@@ -10,11 +10,11 @@
aws-logs tail LOG_GROUP
## Examples
-Here's a couple of examples where the `LOG_GROUP=/aws/codebuild/demo`:
+Here's a couple of examples where `LOG_GROUP=/aws/codebuild/demo`:
aws-logs tail /aws/codebuild/demo --since 60m
aws-logs tail /aws/codebuild/demo --since "2018-08-08 08:00:00"
aws-logs tail /aws/codebuild/demo --no-follow
aws-logs tail /aws/codebuild/demo --format simple
@@ -23,18 +23,10 @@
* By default, the tail command **will** follow the logs. To not follow use the `--no-follow` option.
* The default format is detailed. The detailed format includes the log stream name.
## Installation
-Add this line to your application's Gemfile:
-
- gem "aws-logs"
-
-And then execute:
-
- bundle
-
-Or install it yourself as:
+Install with:
gem install aws-logs
## Contributing