README.md in rakismet-0.3.5 vs README.md in rakismet-0.3.6

- old
+ new

@@ -1,11 +1,11 @@ Rakismet ======== **Akismet** (<http://akismet.com/>) is a collaborative spam filtering service. -**Rakismet** is easy Akismet integration with your Rails app, including support -for TypePad's AntiSpam service. +**Rakismet** is easy Akismet integration with your Rails app, including +support for TypePad's AntiSpam service. Setup ===== @@ -39,12 +39,12 @@ from WordPress. If you wish to use another Akismet-compatible API provider such as TypePad's antispam service, you'll also need to change the `Rakismet::HOST`. -Finally, introduce Rakismet to your application. Let's assume you have a Comment -model and a CommentsController: +Finally, introduce Rakismet to your application. Let's assume you have a +Comment model and a CommentsController: class Comment < ActiveRecord::Base has_rakismet end @@ -142,15 +142,7 @@ class CommentsController < ActionController::Base has_rakismet :only => :create end -Forked -============================= - -At the time of forking, the only addition to this project has been to add gemspec -and generator templates so rakismet can be used as a gem. This is a better solution -when working with reloadable plugins as rakismet is not compatible when plugins are -reloadable. - -------------------------------------------------------------- Copyright (c) 2008 Josh French, released under the MIT license