From e6fb4b235ebf1c5e52493c36da8c81ce56aaeaa6 Mon Sep 17 00:00:00 2001
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
Date: Mon, 11 Jan 2010 10:41:47 +0000
Subject: [PATCH] Update README.

Fix typos, change maintainer ownership and add --with-docstring flag to
nosetest command.

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@334 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
---
 README | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 6b0d0830f5..5b5e6e21e0 100644
--- a/README
+++ b/README
@@ -10,13 +10,13 @@ The project was started in 2007 by David Cournapeu as a Google Summer
 of Code project, and since then many volunteers have contributed. See
 the AUTHORS file for a complete list of contributors.
 
-It is currently maintained by Fabian Pedregosa.
+It is currently maintained by a team of volonteers.
 
 
 Download
 ========
 
-There are currently no public releases, please se the section 'Code'
+There are currently no public releases, please see section 'Code'
 below.
 
 
@@ -62,7 +62,7 @@ Development
 Code
 ----
 
-To check out the sources for subversion, issue the command::
+To check out the sources for subversion run the command::
 
    svn co http://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk scikit-learn
 
@@ -80,7 +80,8 @@ http://sourceforge.net/tracker/?group_id=294768
 Testing
 -------
 
-To run the test suite (you will need nosetests), issue the command
-'nosetests' from the project's top directory.
+To execute the test suite, run from the project's top directory::
+
+    nosetests --with-doctest scikits/
 
 
-- 
GitLab