From f52d9b78f2d95f0854d519698b48203f52493d27 Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Fri, 21 Feb 2014 21:26:58 +0100 Subject: [PATCH] Fixed readme layout --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bcfcae7..030df23 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,17 @@ 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. ### License -Dual licensed under the MIT and GPL licenses: -http://www.opensource.org/licenses/mit-license.php -http://www.gnu.org/licenses/gpl.html +Dual licensed under the MIT and GPL licenses: +http://www.opensource.org/licenses/mit-license.php +http://www.gnu.org/licenses/gpl.html