Skip to content

Commit ff6ce5d

Browse files
committed
update readme
Signed-off-by: Pravin Pushkar <[email protected]>
1 parent 3c8020b commit ff6ce5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Launch Dapr and your app:
448448
dapr run --app-id nodeapp --app-port 3000 node app.js
449449
```
450450

451-
Note: To choose a non-default resources folder, use the --resources-path(--components-path is deprecated) option.
451+
Note: To choose a non-default resources folder, use the --resources-path option (--components-path is deprecated, see https://github.com/dapr/cli/issues/953 for more information).
452452

453453
Invoke your app:
454454

@@ -566,8 +566,8 @@ To use a custom path for component definitions
566566

567567
```bash
568568
dapr run --resources-path [custom path]
569-
> Note: --components-path flag is deprecated. It will continue to work until it is removed completely.
570569
```
570+
> Note: --components-path flag is deprecated. It will continue to work until it is removed completely. See https://github.com/dapr/cli/issues/953 for more information.
571571
572572

573573
### List Configurations

0 commit comments

Comments
 (0)