Skip to content

Commit

Permalink
Remove extra spaces in project name
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Nov 2, 2013
1 parent 4968af4 commit d1c12a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Setting up development environment
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
Expand Down

0 comments on commit d1c12a9

Please sign in to comment.