diff --git a/NEWS.rst b/NEWS.rst
index 002f066e53252445f5645ee3ca6a57d357b9d797_TkVXUy5yc3Q=..50f0f08da995bf16dcbda7666ce06d864fbbc5a1_TkVXUy5yc3Q= 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -5,7 +5,7 @@
 16.2.0
 ------
 
-Change back option in `do_tests` to keep the same comportment as in version <16.0.0. Override of module_list from configuration file is a new option.
+Change back option in ``do_tests`` to keep the same comportment as in version <16.0.0. Override of module_list from configuration file is a new option.
 
 16.1.0
 ------
diff --git a/README.rst b/README.rst
index 002f066e53252445f5645ee3ca6a57d357b9d797_UkVBRE1FLnJzdA==..50f0f08da995bf16dcbda7666ce06d864fbbc5a1_UkVBRE1FLnJzdA== 100644
--- a/README.rst
+++ b/README.rst
@@ -12,6 +12,8 @@
 Some scripts are in other sections, because they need some specialized library, in that case you need to indicate the name of section as in ``python3 -m pip install "hg+https://orus.io/xcg/odoo_scripts#egg=odoo_scripts[docker]"``.
 The prerequisites for this module or one of its section can be installed by using pip3 or the package manager; the requirements are defined in ``setup.py``.
 
+To upgrade Odoo scripts, just add ``--upgrade`` to the end of the command.
+
 It can also be cloned it before running ``python3 -m pip install .`` in the clone directory.
 
 .. important:: As there is no way of indicating sections (worse, it is handling them incorrectly), do not use ``python3 setup.py install``.