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 ```