Skip to content

Commit 23738fd

Browse files
committed
update sample app intro
1 parent ac0e57d commit 23738fd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/read.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ On this page, you can see copyable code examples that show common
4343
provided in each section.
4444

4545
To use an example from this page, copy the code example into the
46-
:ref:`sample application <php-read-sample>` or your own application.
47-
Be sure to replace all placeholders, such as ``<connection string>``, with
48-
the relevant values for your MongoDB deployment.
46+
:ref:`sample application <php-index-sample>` or your own application.
47+
Make sure to set the ``MONGODB_URI`` environment variable to the
48+
connection string for your MongoDB deployment, and replace the
49+
``<database>`` and ``<collection>`` placeholders with values for your
50+
target namespace.
4951

5052
.. _php-read-sample:
5153

0 commit comments

Comments
 (0)