From e509559c22a157a826dffaf862e95fe19a2aef02 Mon Sep 17 00:00:00 2001 From: gandalf3 Date: Sun, 2 Jul 2017 18:47:15 -0700 Subject: [PATCH] Terminology: Update -> Upgrade, Fetch -> Refresh --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6fd80d..e6b2e6a 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ Note: If some packages store user-created data (e.g. preferences), we may want to preserve that somehow. -## Update +## Upgrade -_Updating_ means looking for newer addons with the same names as installed +_Upgrading_ means looking for newer addons with the same names as installed addons **from the same repository**. -## Fetch +## Refresh -_Fetching_ means checking for modifications to the `repo.json`s of the enabled +_Refreshing_ means checking for modifications to the `repo.json`s of the enabled repositories. If there are modifications, then download them. This will be done automatically before an _Update_.