File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ Download and Install
6969
7070 .. tip:: Specify the PHP Extension Version
7171
72- To install a specific version of the {+extension-short+}, provide
72+ To install a specific version of the {+extension-short+}, include
7373 the version number as shown in the following command:
7474
7575 .. code-block:: bash
7676
7777 pie install mongodb/mongodb-extension^{+full-version+}
7878
79- If you want to install a {+extension-short+} version before v1.21,
79+ Tto install a {+extension-short+} version before v1.21, you must
8080 use the :php:`pecl command <mongodb.installation#mongodb.installation.pecl>`.
8181
8282 .. step:: Create a project directory
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ directory:
6767
6868 .. code-block:: bash
6969
70- pecl upgrade mongodb-<version-number>
70+ sudo pecl upgrade mongodb-<version-number>
7171
7272To upgrade the PHP library version, replace ``<version-number>`` with the
7373version number you want to upgrade to and run the following command in your
You can’t perform that action at this time.
0 commit comments