From e1ca67442fd923520bdabbc0d080e5d4515df785 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 15 Jan 2018 00:47:16 +0800 Subject: [PATCH] Fix a typo in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9c45685..650aeb5 100644 --- a/README.rst +++ b/README.rst @@ -386,7 +386,7 @@ Check Android SDK This enables you to track updates of Android SDK packages listed in ``sdkmanager --list``. android_sdk - The package path prefix. This value is matched against the ``path`` attribute in all nodes in an SDK manifest XML. The first match is used for version comparisions. + The package path prefix. This value is matched against the ``path`` attribute in all nodes in an SDK manifest XML. The first match is used for version comparisons. repo Should be one of ``addon`` or ``package``. Packages in ``addon2-1.xml`` use ``addon`` and packages in ``repository2-1.xml`` use ``package``.