README.md in the_comments-2.0.0 vs README.md in the_comments-2.0.1

- old
+ new

@@ -1,13 +1,13 @@ -### This Repo under development! - # TheComments [![Gem Version](https://badge.fury.io/rb/the_comments.png)](http://badge.fury.io/rb/the_comments) | [![Build Status](https://travis-ci.org/the-teacher/the_comments.png?branch=master)](https://travis-ci.org/the-teacher/the_comments) | [![Code Climate](https://codeclimate.com/github/the-teacher/the_comments.png)](https://codeclimate.com/github/the-teacher/the_comments) | [(rubygems)](http://rubygems.org/gems/the_comments) TheComments - probably, best commenting system for Rails +:question: &nbsp; [Why TheComments is better than others gems?](docs/whats_wrong_with_other_gems.md#why-thecomments-is-better-than-others-gems) + ### Main features * Threaded comments * Useful cache counters * Admin UI for moderation @@ -193,9 +193,22 @@ **app/views/posts/show.html.haml** ```haml = render partial: 'the_comments/tree', locals: { commentable: @post, comments_tree: @comments } ``` + +<hr> + +### Feedback + +:speech_balloon: &nbsp; My twitter: [@iam_teacher](https://twitter.com/iam_teacher) &nbsp; &nbsp; &nbsp; hashtag: **#the_comments** + +### Acknowledgment + +* Anna Nechaeva (my wife) - for love and my happy life +* @tanraya (Andrew Kozlov) - for code review +* @solenko (Anton Petrunich) - for mountable routes +* @pyromaniac (Arkadiy Zabazhanov) - for consalting <hr> ### MIT License