From a612a88e68437144f19857d24fe892f9d6b02e84 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Fri, 21 Sep 2012 09:08:48 -0700 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8104a20..2c18105 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ Go by Example book source. ```bash $ mate tool/index.txt -$ go run tool/reorder.go +$ go run tool/renumber.go ```