From 2f8bb3a6dc3d033c11bda274154d4be29522eb50 Mon Sep 17 00:00:00 2001 From: Max Justicz Date: Thu, 28 Feb 2019 11:04:47 -0500 Subject: [PATCH] fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c0ba36..f7995dbb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The algod process is automatically running. The kmd process must be started to i process can be started and stopped use the `goal` command line tool using `goal kmd start` and `goal kmd stop` commands. Start the kmd process so wallet and account can be created with sdk: ```command -goal kmd start -d specifyyourndesdatadirectory +goal kmd start -d ``` Use Go packages from the SDK: