From 0e9a2cd7812b550b8ca42e41dcf74030a8df35f4 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Wed, 1 Jun 2016 16:33:15 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53174b5223..767ccb08de 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ go install github.com/attic-labs/noms/cmd/... ``` cd "$GOPATH/src/github.com/attic-labs/noms/clients/go/counter" go build -./counter ldb:/tmp/foo:foo -./counter ldb:/tmp/foo:foo -./counter ldb:/tmp/foo:foo +./counter ldb:/tmp/nomsdb:counter +./counter ldb:/tmp/nomsdb:counter +./counter ldb:/tmp/nomsdb:counter ``` # What next?