Skip to content

Commit

Permalink
Update readme_en.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
slavcodev committed Dec 10, 2012
1 parent c701dbf commit f6a63e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme_en.txt
Expand Up @@ -12,8 +12,8 @@ Installing and configuring
### 1 way: Registration in the config file
Add to `protected/config/main.php`:

~~~
[php]
```
<?php
'import'=>array(
'ext.yiiext.components.shoppingCart.*'
),
Expand All @@ -24,7 +24,7 @@ Add to `protected/config/main.php`:
'class' => 'ext.yiiext.components.shoppingCart.EShoppingCart',
),
)
~~~
```

### 2 way: Registration by necessity

Expand Down

0 comments on commit f6a63e3

Please sign in to comment.