Skip to content

Commit 9e24bdc

Browse files
committed
Improve wording in cds add plugin guide
1 parent af1b12d commit 9e24bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/apis/cds-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ cds add my-facet -p @cap-js-community/example
299299

300300
::: details Install directly from your GitHub branch
301301

302-
For example, if your plugin's code is in `https://github.com/cap-js-community/example` on branch `cds-add` and registers the command `cds add my-facet`, then doing an integration test of your plugin with `@sap/cds-dk` in a single command:
302+
For example, assume your plugin's code is in `https://github.com/cap-js-community/example` on branch `cds-add` and registers the command `cds add my-facet`. You could then do a real-world test of your `cds add` plugin in a single command:
303303
304304
```sh
305305
cds add my-facet -p @cap-js-community/example@git+https://github.com/cap-js-community/example#cds-add

0 commit comments

Comments
 (0)