Skip to content

Commit 6a1cd30

Browse files
committed
RR feedback
1 parent f4c0de6 commit 6a1cd30

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

source/get-started/connect-to-mongodb.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Connect to MongoDB
1111
.. meta::
1212
:keywords: test connection, runnable, code example
1313

14+
After retrieving the connection string for your MongoDB Atlas deployment,
15+
you can connection to the deployment from your PHP application and query
16+
the Atlas sample datasets.
17+
1418
.. procedure::
1519
:style: connected
1620

@@ -58,8 +62,8 @@ Connect to MongoDB
5862
proper connection string in the ``quickstart.php`` file and that you loaded the
5963
sample data.
6064

61-
After you complete these steps, you have a working application that
62-
uses the {+php-library+} to connect to your MongoDB deployment, runs a query on
63-
the sample data, and prints out the result.
65+
After you complete these steps, you have a PHP application that
66+
connects to your MongoDB deployment, runs a query on the sample
67+
data, and returns a matching document.
6468

6569
.. include:: /includes/get-started/troubleshoot.rst

0 commit comments

Comments
 (0)