README.md in stock_index-0.8.2 vs README.md in stock_index-0.8.3
- old
+ new
@@ -73,20 +73,32 @@
The bbgid is obtained from [Bloomberg Open Symbology predefined files](http://bsym.bloomberg.com/sym/).
The name, cik, and bbgid are cached using [PStore](http://ruby-doc.org/stdlib-1.9.2/libdoc/pstore/rdoc/PStore.html).
+## How to Launch the Console
+
+ $ rake console
+
+## How to Run the Test Suite
+
+ $ rspec
+
+## Changelog
+
+[Changelog](https://github.com/javiervidal/stock_index/blob/master/CHANGELOG.md)
+
## Contributing
1. Fork it ( http://github.com/javiervidal/stock_index/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Code Status
-[](https://rubygems.org/gems/stock_index)
+[](https://rubygems.org/gems/stock_index)
[](https://travis-ci.org/javiervidal/stock_index)
[](https://coveralls.io/r/javiervidal/stock_index?branch=master)
[](https://codeclimate.com/github/javiervidal/stock_index)
## Copyright
\ No newline at end of file