Skip to content

Commit 69ab8f1

Browse files
Fixed typo in README.md
1 parent 9fe6cb7 commit 69ab8f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Installation
99
Add these lines to your `composer.json` file at the end of the object:
1010

1111
```javascript
12-
"minimum-stability":"dev",
13-
"prefer-stable":"true"
12+
"minimum-stability": "dev",
13+
"prefer-stable": true
1414
```
15-
The `"minimum-stability":"dev"` line is needed because the underlying Prestashop Web Service Library is not versioned so you must tell Composer to allow packages still in development.
16-
Adding `"prefer-stable":"true"` will tell Composer to provide stable packages if found over dev ones, this is not compulsory but suggested if you don'thave specific needs for your dependencies.
15+
The `"minimum-stability": "dev"` line is needed because the underlying Prestashop Web Service Library is not versioned so you must tell Composer to allow packages still in development.
16+
Adding `"prefer-stable": true` will tell Composer to provide stable packages if found over dev ones, this is not compulsory but suggested if you don'thave specific needs for your dependencies.
1717

1818
Require this package with composer using the following command:
1919

0 commit comments

Comments
 (0)