1
0
mirror of synced 2024-11-22 05:16:07 +03:00

fix in README

This commit is contained in:
Ilyas Salikhov 2014-11-06 03:20:32 +03:00
parent 8b59f079ef
commit be29e86d73

View File

@ -12,7 +12,7 @@ Requirements
Installation Installation
------------ ------------
1) Install [composer](https://getcomposer.org/download/) into the project directory. 1) Install [composer](https://getcomposer.org/download/)
2) Run: 2) Run:
```bash ```bash
@ -61,7 +61,7 @@ try {
'items' => array( 'items' => array(
//... //...
), ),
delivery => array( 'delivery' => array(
'code' => 'russian-post', 'code' => 'russian-post',
) )
)); ));