Skip to content

Commit fbfcd09

Browse files
committed
Added minimum java version note to driver-async installation guide
1 parent 34e6ecd commit fbfcd09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/content/driver-async/getting-started/installation-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ title = "Installation Guide"
1010

1111
# Installation
1212

13+
1314
The recommended way to get started using one of the drivers in your project is with a dependency management system.
1415

16+
{{% note class="important" %}}
17+
The MongoDB Async Driver requires Java 7 or greater.
18+
{{% /note %}}
19+
1520
{{< distroPicker >}}
1621

1722
## MongoDB Async Driver

0 commit comments

Comments
 (0)