diff --git a/README.md b/README.md index bf0788c3..6149025b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ make version # update the package configuration to the current version make zip # make a zip ready to be tested in PrestaShop (see ./dist) ``` -> Pro-tip: prefix all you make commands with the variables you want to override. Ie: `VERSION=v1.2.3-rc4 make version` to set the package do the desired version. +> Pro-tip: prefix all you make commands with the variables you want to override. Ie: `VERSION=v1.2.3-rc4 make version` to set the package to the desired version. ## Testing