Skip to content

Commit ce2e9ca

Browse files
committed
gh-1588 clarify details in getting_started_php.rst
1 parent f8212ce commit ce2e9ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/getting_started/getting_started_php.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Before we proceed:
5858
Connecting to Tarantool
5959
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6060

61-
To get connected to the Tarantool server, say this:
61+
To configure a connection to the Tarantool server, say this:
6262

6363
.. code-block:: php
6464
@@ -67,6 +67,7 @@ To get connected to the Tarantool server, say this:
6767
require __DIR__.'/vendor/autoload.php';
6868
$client = Client::fromDefaults();
6969
70+
The connection itself will be established at the first request.
7071
You can also specify the user name and password, if needed:
7172

7273
.. code-block:: php

0 commit comments

Comments
 (0)