From 2ff386b7376b2e1c1e17ff918314d1888014b3b4 Mon Sep 17 00:00:00 2001 From: Jarrad Date: Fri, 14 Oct 2016 19:22:00 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 495c394..6bee5d9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -# token +# Wallet -A [re-frame](https://github.com/Day8/re-frame) application designed to ... well, that part is up to you. +The Default Wallet DApp for Status using [re-frame](https://github.com/Day8/re-frame). ## Development Mode ### Run application: ``` +git clone git@github.com:status-im/wallet.git && cd wallet +adb reverse tcp:3450 tcp:3450 lein clean lein figwheel dev ```