From b42a9529f355dcc5ffda4f2b88554f0f2b18cd92 Mon Sep 17 00:00:00 2001 From: John Zhao Date: Sun, 15 Apr 2018 23:29:06 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- samples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 714fee6..b59caf6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Init project, build samples and run someone. ```bash make init make samples - ./samples/_output/bin/device/camera_d +./samples/_output/bin/device/camera_d ``` ## License diff --git a/samples/README.md b/samples/README.md index 9bebdfe..11b2903 100644 --- a/samples/README.md +++ b/samples/README.md @@ -10,5 +10,5 @@ make samples ## Run ```bash - ./samples/_output/bin/device/camera_d +./samples/_output/bin/device/camera_d ```