changeset 90:5c73ebfdb24c

tweaking readme
author catherine@cordelia
date Tue, 20 May 2008 21:06:20 -0400
parents f9a8852a9552
children 51e1fe3adf0e
files README.txt
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Tue May 20 15:37:02 2008 -0400
+++ b/README.txt	Tue May 20 21:06:20 2008 -0400
@@ -33,10 +33,12 @@
 Modifying
 ---------
 
-Modify mysqlpy.py; add `do_mycommand(self, arg)` methods to the
-mysqlpy class to add your own commands.  Use `self.stdout.write(txt)`
-in place of `print txt` to make sure your output can be redirected
-into text files or the paste buffer with `>` and `>>`.
+Modify mysqlpy.py; add `do_mycommand(self, arg)` 
+methods to the mysqlpy class to add your own commands.
+
+Use `self.stdout.write(txt)` in place of `print txt` 
+to make sure your output can be redirected into text 
+files or the paste buffer with `>` and `>>`.
 
 Contributing
 ------------