Skip to content

Commit eea3680

Browse files
committed
small fix
1 parent 76b392d commit eea3680

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

source/get-started.txt

+9-8
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,14 @@ its dependencies in your development environment.
7474

7575
.. _java-get-started-install-bom:
7676

77-
Add the Bill of Materials (BOM) for the MongoDB JVM
78-
artifacts to your project to organize dependency versions. The BOM
79-
simplifies dependency management by ensuring that you maintain
80-
consistent and compatible versions of dependencies, such as between the
81-
{+driver-short+} and the core driver library. Use the BOM to
82-
avoid version conflicts and simplify upgrades.
77+
In your IDE, create a new `Maven <https://maven.apache.org/>`__ or
78+
`Gradle <https://gradle.org/>`__ project. Add the Bill of
79+
Materials (BOM) for MongoDB JVM artifacts to your project to
80+
organize dependency versions. The BOM simplifies dependency
81+
management by ensuring that you maintain consistent and compatible
82+
versions of dependencies, such as between the {+driver-short+} and
83+
the core driver library. Use the BOM to avoid version conflicts
84+
and simplify upgrades.
8385

8486
Select from the following :guilabel:`Maven` and :guilabel:`Gradle` tabs
8587
to view instructions for adding the BOM for each dependency manager:
@@ -116,8 +118,7 @@ its dependencies in your development environment.
116118

117119
.. step:: Install the {+driver-short+}
118120

119-
In your IDE, create a new `Maven <https://maven.apache.org/>`__ or `Gradle <https://gradle.org/>`__
120-
project. If you use Maven, add the following code to your ``pom.xml`` dependencies list:
121+
If you use Maven, add the following code to your ``pom.xml`` dependencies list:
121122

122123
.. code-block:: xml
123124

0 commit comments

Comments
 (0)