Skip to content

Commit

Permalink
Updated README following Paul's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregoire Weber committed Mar 27, 2017
1 parent de80d9f commit e557e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The ```checkUpdate``` response is always as follow :
}
],
"changed":[
// List of packages already installed on the device that can be updated
// List of packages already installed on the device that have a new version
{
reference: "abc.edf",
version: "0.0.1",
Expand All @@ -111,7 +111,7 @@ The ```checkUpdate``` response is always as follow :
}
],
"unchanged":[
// List of packages already installed on the device that did not changed
// List of packages already installed on the device that still have the same version
{
reference: "abc.edf",
version: "0.0.1",
Expand Down

0 comments on commit e557e49

Please sign in to comment.