README.md in ff-tbl-macros-0.1.8 vs README.md in ff-tbl-macros-1.0.0
- old
+ new
@@ -1,8 +1,8 @@
# ff-tbl-macros
-![MIT-LICENSE](https://img.shields.io/github/license/firefield/ff-tbl-macros.svg?style=flat-square) ![build status](https://img.shields.io/travis/firefield/ff-tbl-macros.svg?style=flat-square)
+![MIT-LICENSE](https://img.shields.io/github/license/firefield/ff-tbl-macros.svg?style=flat-square) [![Gem Version](https://img.shields.io/gem/v/ff-tbl-macros.svg?style=flat-square)](https://rubygems.org/gems/ff-tbl-macros) ![build status](https://img.shields.io/travis/firefield/ff-tbl-macros.svg?style=flat-square)
Macros for Trailblazer operations.
# Overview
@@ -20,11 +20,11 @@
## Installation
Add this line to your application's Gemfile:
```ruby
-gem 'ff-tbl-macros', git: 'https://github.com/firefield/ff-tbl-macros.git'
+gem 'ff-tbl-macros'
```
# Usage
Use the macros in the operation steps:
@@ -35,14 +35,10 @@
end
```
# Contributing
-1. Fork the Project
-1. Create your Feature Branch (git checkout -b feature/AmazingFeature)
-1. Commit your Changes (git commit -m 'Add some AmazingFeature)
-1. Push to the Branch (git push origin feature/AmazingFeature)
-1. Open a Pull Request
+Use the provided dockerized development environment. For more information check the [CONTRIBUTING](CONTRIBUTING.md) file.
## Development
The project includes a dockerized development environment.