Skip to content

Commit 2cff1cc

Browse files
authored
Update README.md
1 parent 51cc16a commit 2cff1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All abap2UI5 artifacts are combined into a single HTTP handler implementation as
66
1. Create a new HTTP handler in your system.
77
2. Copy & paste the handler class from this repository.
88
3. Add your abap2UI5 app as a local class and start it via your new HTTP endpoint.
9-
4. Alternatively, pull this repository using abapGit and start via `/sap/bc/z2ui5standalone?sap-client=001&app_start=z2ui5_cl_my_standalone_app`
9+
4. Alternatively, pull this repository using abapGit and start via `/sap/bc/z2ui5standalone?app_start=z2ui5_cl_my_standalone_app`
1010

1111

1212
#### Approach
@@ -32,7 +32,7 @@ define table z2ui5_t_99 {
3232
```
3333

3434
#### Credits
35-
* Created with the fantastic tool [abapmerge](https://github.com/larshp/abapmerge)
35+
* Merged files created with [abapmerge](https://github.com/larshp/abapmerge)
3636
* `702` branch created with [abaplint](https://abaplint.org)
3737

3838
#### Compatibility

0 commit comments

Comments
 (0)