diff options
author | Naoki INADA <inada-n@koala> | 2010-01-25 12:21:46 +0900 |
---|---|---|
committer | Naoki INADA <inada-n@koala> | 2010-01-25 12:21:46 +0900 |
commit | 6f8e7f2709b811068988055c956790cb0537b41b (patch) | |
tree | 92b0fe89de8049cc901f8e5fc13a9be3af1cdf5c | |
parent | 9d168d2ae872f024f62e7e6653e6a8a17473c33a (diff) | |
download | msgpack-python-6f8e7f2709b811068988055c956790cb0537b41b.tar.gz |
Tiny fix in README
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |