# HG changeset patch # User Andrey Lebedev # Date 1383400678 -7200 # Node ID 9e762b062264d20f0a694a5fc41f3c91ca703d35 # Parent 103ad506a83d45ace977a87efc185596639746c5 Remove extra spaces in project name diff -r 103ad506a83d -r 9e762b062264 README.rst --- 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