README.md in tang-0.0.9 vs README.md in tang-0.1.0
- old
+ new
@@ -5,6 +5,14 @@
[![Build Status](https://travis-ci.org/sixoverground/tang.svg?branch=master)](https://travis-ci.org/sixoverground/tang)
[![Code Climate](https://codeclimate.com/github/sixoverground/tang/badges/gpa.svg)](https://codeclimate.com/github/sixoverground/tang)
[![Test Coverage](https://codeclimate.com/github/sixoverground/tang/badges/coverage.svg)](https://codeclimate.com/github/sixoverground/tang/coverage)
[![Issue Count](https://codeclimate.com/github/sixoverground/tang/badges/issue_count.svg)](https://codeclimate.com/github/sixoverground/tang)
+## Publishing
+
+```
+gem build tang.gemspec
+gem push tang-x.x.x.gem
+npm publish
+```
+