README.md in cfn-status-0.2.0 vs README.md in cfn-status-0.3.0
- old
+ new
@@ -1,7 +1,9 @@
# Cfn Status
+[![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com)
+
Helper library provides status of CloudFormation stack.
## Usage
Add this line to your gem's gemspec:
@@ -11,16 +13,16 @@
```
Require it to your library:
```ruby
-require "cfn/status"
+require "cfn_status"
```
Use like so:
```ruby
-status = Cfn::Status.new(stack_name)
+status = CfnStatus.new(stack_name)
status.run # prints out stack events
```
The `status.run` will: