diff --git a/source/reference/versioned-api.txt b/source/reference/versioned-api.txt index 21bedd75c59..96fdd7e522f 100644 --- a/source/reference/versioned-api.txt +++ b/source/reference/versioned-api.txt @@ -62,13 +62,13 @@ application's MongoClient: api={"version": "1", "strict": True} ) -Alternatively, if you are using running the :binary:`~bin.mongo` shell, +Alternatively, if you are using :mongosh:`MongoDB Shell `, you can specify the :option:`--apiStrict` and :option:`--apiVersion` connection options: .. code-block:: shell - mongo --apiVersion 1 --apiStrict + mongosh --apiVersion 1 --apiStrict ``"1"`` is currently the only API version available.