Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fukatani committed Oct 13, 2016
1 parent 8e51419 commit aa934e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -60,7 +60,7 @@ git clone https://github.com/fukatani/rgf_python.git
python setup.py install
```

**And you need to edit rgf/lib/rgf.py**
**And you need to edit rgf/rgf.py**

```python
## Edit this ##################################################
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
import re
import os

version = '0.0.0'
version = '0.0.1'

def read(filename):
return open(os.path.join(os.path.dirname(__file__), filename)).read()
Expand Down

0 comments on commit aa934e3

Please sign in to comment.