From 7395e5afe27f73f47919e45befd7a1b9670be144 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Tue, 5 Apr 2011 09:15:46 +0100 Subject: [PATCH] Remove redundant text from README. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index f2705ef4..3ba40442 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -# Extended - -Added the possibility to disable/enable PaperTrail from a controller. - - - # PaperTrail PaperTrail lets you track changes to your models' data. It's good for auditing or versioning. You can see how a model looked at any stage in its lifecycle, revert it to any version, and even undelete it after it's been destroyed.