Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixlohmeier committed Aug 16, 2019
1 parent 5730150 commit abbef33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ Note to myself: When releasing a new version...
cd openrefine-client
python -m pip install . --user
python -m pip install pyinstaller --user
pyinstaller --onefile refine.py --hidden-import google.refine__main__.py
pyinstaller --onefile refine.py --hidden-import google.refine.__main__
```

4. Create release in GitHub
Expand Down

0 comments on commit abbef33

Please sign in to comment.