From 675df68bb88a12719401115a47866b4b421c48ec Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Thu, 6 Mar 2025 15:55:33 -0500 Subject: [PATCH] fix title --- source/index.txt | 4 ++-- source/read.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/index.txt b/source/index.txt index bafa053c..6d456d74 100644 --- a/source/index.txt +++ b/source/index.txt @@ -62,8 +62,8 @@ Databases and Collections Learn how to use the {+library-short+} to work with MongoDB databases and collections in the :ref:`php-databases-collections` section. -Read Data from MongoDB ----------------------- +Read Data +--------- Learn how you can retrieve data from MongoDB in the :ref:`php-read` section. diff --git a/source/read.txt b/source/read.txt index 1f7c9296..10dc8d84 100644 --- a/source/read.txt +++ b/source/read.txt @@ -1,8 +1,8 @@ .. _php-read: -====================== -Read Data from MongoDB -====================== +========= +Read Data +========= .. contents:: On this page :local: