From 6f8e7f2709b811068988055c956790cb0537b41b Mon Sep 17 00:00:00 2001 From: Naoki INADA Date: Mon, 25 Jan 2010 12:21:46 +0900 Subject: [PATCH] Tiny fix in README --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index 2b2ebe9..a7e8c53 100644 --- a/README +++ b/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