Fixed readme layout
This commit is contained in:
parent
ce8637173b
commit
f52d9b78f2
14
README.md
14
README.md
@ -6,13 +6,17 @@
|
|||||||
Attempt to implement most important python builtin functions in golang
|
Attempt to implement most important python builtin functions in golang
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
Install with `go get github.com/rnhmjoj/py`
|
Install with
|
||||||
Use with `import (. py)`
|
|
||||||
|
go get github.com/rnhmjoj/py
|
||||||
|
Use with
|
||||||
|
|
||||||
|
import (. py)
|
||||||
|
|
||||||
### Docs
|
### Docs
|
||||||
See [Python docs](http://docs.python.org/3/library/functions.html). Functions should behave in the same way.
|
See [Python docs](http://docs.python.org/3/library/functions.html). Functions should behave in the same way.
|
||||||
|
|
||||||
### License
|
### License
|
||||||
Dual licensed under the MIT and GPL licenses:
|
Dual licensed under the MIT and GPL licenses:
|
||||||
http://www.opensource.org/licenses/mit-license.php
|
http://www.opensource.org/licenses/mit-license.php
|
||||||
http://www.gnu.org/licenses/gpl.html
|
http://www.gnu.org/licenses/gpl.html
|
||||||
|
Loading…
Reference in New Issue
Block a user