~linuxgoose/linguistics-robin

037a318338f0682f73578a6436a56fc79de18e37 — Jordan Robinson 8 months ago 83d534e + ece9cb5 v0.5.4
Merge pull request #17 from linuxgoose/16-fix-pip-install-in-readme

Fix readme and version
2 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M linguistics_robin/__init__.py
M README.md => README.md +1 -1
@@ 18,7 18,7 @@ More will be added in the future.

## Installation (in progress)

The module is available in PyPI, just use `pip install linguistics-robin`.
The module is available in PyPI, just use `pip install linguistics_robin`.


## Usage

M linguistics_robin/__init__.py => linguistics_robin/__init__.py +1 -1
@@ 6,4 6,4 @@ from .phonetics import (Soundex,
                        Lein,
                        RefinedSoundex)

__version__ = '0.5.3'
__version__ = '0.5.4'