From 5bc608916408fb535b765af2be8e19dcc1c2ec04 Mon Sep 17 00:00:00 2001
From: luuul <luul@yopmail.com>
Date: Sat, 5 Dec 2015 09:56:48 -0400
Subject: [PATCH] correct the simplewallet command : adress:viewkey instead of
 viewkey:address

---
 knowledge-base/user-guides/view_only.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/knowledge-base/user-guides/view_only.md b/knowledge-base/user-guides/view_only.md
index fb2faa25..d7b476f6 100644
--- a/knowledge-base/user-guides/view_only.md
+++ b/knowledge-base/user-guides/view_only.md
@@ -15,7 +15,7 @@ Note : In order to create a viewonly wallet you need first to compile the last s
 
 - To create a view only wallet you will need to first create a "normal" wallet and get the associated viewkey and address. You can get them once logged in simplewallet by typing "*viewkey*" and "*address*". Note each of them carefully and exit simplewallet.
 
-- Launch a new instance of simplewallet by typing "*./simplewallet --generate-from-view-key yourViewKey:yourAddress:nameOfTheViewOnlyWallet*" where *youViewKey* is the view key you got from step 1 and *yourAddress* the associated address. The last part of the command is the name you want to give to you view only portfolio.
+- Launch a new instance of simplewallet by typing "*./simplewallet --generate-from-view-key yourAddress:yourViewKey:nameOfTheViewOnlyWallet*" where *youViewKey* is the view key you got from step 1 and *yourAddress* the associated address. The last part of the command is the name you want to give to you view only portfolio.
 
 - Follow the instructions from the terminal. To see the balance of your portfolio type "*refresh*" (bitmonerod need to be synchronised with the network first). 
 
-- 
GitLab