Skip to content

Commit eb6b7f5

Browse files
committed
whitespace changes to index page
1 parent de99924 commit eb6b7f5

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Diff for: index.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
## About PHP/SAP
22

33
PHP/SAP defines a layer of abstraction between actual SAP remote function calls
4-
and your PHP-Code. As to why this project has been created and which goals it
5-
wants to achieve, you can read the [motivation](motivation).
4+
and your PHP-Code.
5+
6+
As to why this project has been created and which goals it
7+
wants to achieve, you can read the [motivation](motivation).
68

79
![PHP/SAP](res/php-sap.png)
810

911
The interfaces define a common denominator on how to configure a
10-
connection to SAP, prepare a SAP remote function call, and invoke a SAP remote
11-
function call.
12+
connection to SAP, prepare a SAP remote function call, and invoke a SAP remote
13+
function call.
1214

1315
The common classes and exceptions add logic that is not specific to
14-
the underlying PHP module.
16+
the underlying PHP module.
1517

1618
The module specific implementations contain code that is specific to [the
17-
underlying PHP-module](php-modules).
19+
underlying PHP-module](php-modules).
1820

1921
## TL;DR
2022

2123
Especially short explanation for people in a hurry.
2224

2325
Use `composer require` to add PHP/SAP to your project. Depending on the
24-
[PHP module](php-modules) you need to require a certain PHP/SAP package.
26+
[PHP module](php-modules) you need to require a certain PHP/SAP package.
2527

2628
`composer require php-sap/saprfc-koucky`
2729
or

0 commit comments

Comments
 (0)