changeset 2:9e762b062264

Remove extra spaces in project name
author Andrey Lebedev <andrey.lebedev@gmail.com>
date Sat, 02 Nov 2013 15:57:58 +0200
parents 103ad506a83d
children 05135d973356 5eab81951bf7
files README.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Sat Nov 02 15:55:45 2013 +0200
+++ b/README.rst	Sat Nov 02 15:57:58 2013 +0200
@@ -22,7 +22,7 @@
 It is recommended to use ``virtualenv`` make a clean development environment.
 Setting up dev environment for writing a plugin is easy::
 
-  $ git clone https://github.com/kedder/ofxstatement-sample ofxstatement-  yourbank
+  $ git clone https://github.com/kedder/ofxstatement-sample ofxstatement-yourbank
   $ cd ofxstatement-yourbank
   $ virtualenv -p python3 --no-site-packages .venv
   $ . .venv/bin/activate