Closed ydlamba closed 6 years ago
Fix README.md
from pylsd import lsd
TypeError: 'module' object is not callable
from pylsd.lsd import lsd
### 1.
###1.
Fix README.md
from pylsd import lsd
gives errorTypeError: 'module' object is not callable
. It should befrom pylsd.lsd import lsd
### 1.
not###1.
(No space).