From 37fb89a194b07416a9b88bd86093a1adbc46197e Mon Sep 17 00:00:00 2001
From: Leo Lung <leolung@google.com>
Date: Tue, 8 Jan 2019 14:39:19 -0800
Subject: [PATCH] [docs] Update rolldice run documentation

Change-Id: I5470536258d6cbd95328ffd557e787e56cae265b
---
 getting_started.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/getting_started.md b/getting_started.md
index 77271a4b66a..fee3af48998 100644
--- a/getting_started.md
+++ b/getting_started.md
@@ -198,10 +198,11 @@ Re-build and push the rolldice package to a running Fuchsia device with:
 fx build-push rolldice
 ```
 
-From a shell prompt on the Fuchsia device, run the updated package with:
+From a shell prompt on the Fuchsia device, run the updated rolldice component
+with:
 
 ```
-run rolldice
+rolldice
 ```
 
 ### Select a tab
-- 
GitLab