We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c1a11 commit 408c27aCopy full SHA for 408c27a
1 file changed
tutorials/btp-app-kyma-prepare-xsuaa/btp-app-kyma-prepare-xsuaa.md
@@ -39,10 +39,10 @@ primary_tag: software-product-function>sap-cloud-application-programming-model
39
cds add xsuaa --for production
40
```
41
42
-What happens here? Running `cds add xsuaa` does two things:
+> What happens here? Running `cds add xsuaa` does two things:
43
44
-- Adds the XSUAA service to the `package.json` file of your project
45
-- Creates the XSUAA security configuration for your project
+> - Adds the XSUAA service to the `package.json` file of your project
+> - Creates the XSUAA security configuration for your project
46
47
2. Check if the following lines have been added to the `package.json` in your `cpapp` project:
48
0 commit comments