From ee2635952792253ba6a3ed7bc77483e145ca6054 Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Thu, 20 Jan 2011 16:29:22 -0600 Subject: [PATCH] Updating readme for behat and fixing some inconsistencies --- README.md | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 4f86114..6fdf623 100644 --- a/README.md +++ b/README.md @@ -45,29 +45,17 @@ You can use the vendo-application as a starting point, or for inspiration on how You can use the vendo-application module as a base for your e-commerce application. If you are happy with the functionality of the stock controllers but not the views (you should probably never use them as-is), you can replace the view class and templates in your application to get a customized skin on top of it. -### Integrating the vendo user system with your user system - -You need to do a bit of work to integrate the user system of vendo into your application. Vendo comes with two "drivers" for this at the moment: ORM and AutoModeler. To use either one, you'll need to put this into your application directory: - - classes/model/vendo/user.php - -which contains: - - body}}