summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorNaoki INADA <inada-n@koala>2010-01-25 12:21:46 +0900
committerNaoki INADA <inada-n@koala>2010-01-25 12:21:46 +0900
commit9e2c9d7812565bfff8004990aef5e3f99f36c2b7 (patch)
tree5b5285d327ca8491a4f048c818f2afe9e05f92bb /python
parent404a3933154dc57b2e650cdabb51f80e4aeb1dbe (diff)
downloadmsgpack-python-9e2c9d7812565bfff8004990aef5e3f99f36c2b7.tar.gz
Tiny fix in README
Diffstat (limited to 'python')
-rw-r--r--python/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/python/README b/python/README
index 2b2ebe9..a7e8c53 100644
--- a/python/README
+++ b/python/README
@@ -2,7 +2,7 @@
MessagePack Python Binding
===========================
-:author: Naoki INADA
+:author: INADA Naoki
:version: 0.1.0
:date: 2009-07-12
@@ -32,7 +32,11 @@ MinGW GCC.
TEST
----
-MessagePack uses nosetest for testing.
+MessagePack uses `nosetest` for testing.
Run test with following command:
$ nosetests test
+
+
+..
+ vim: filetype=rst