Fixed readme layout

This commit is contained in:
Rnhmjoj 2014-02-21 21:26:58 +01:00
parent ce8637173b
commit f52d9b78f2

View File

@ -6,8 +6,12 @@
Attempt to implement most important python builtin functions in golang
### Usage
Install with `go get github.com/rnhmjoj/py`
Use with `import (. py)`
Install with
go get github.com/rnhmjoj/py
Use with
import (. py)
### Docs
See [Python docs](http://docs.python.org/3/library/functions.html). Functions should behave in the same way.