Browse Source

Rewording

tags/2.0.0-alpha
Suralc 11 years ago
parent
commit
ce9fabab57
  1. 2
      extensions/composer/README.md
  2. 2
      extensions/jui/README.md
  3. 2
      extensions/smarty/README.md
  4. 2
      extensions/twig/README.md

2
extensions/composer/README.md

@ -29,7 +29,7 @@ Usage & Documentation
----------- -----------
This extensions allows you to hook to certain composer events and prepare your yii2-app for usage. This extensions allows you to hook to certain composer events and prepare your yii2-app for usage.
After the package is installed you have to modify your composer.json to enable this extension. After the package is installed, the composer.json file has to be modified to enable this extension.
To see it in action take a look at the example apps in the repository: To see it in action take a look at the example apps in the repository:

2
extensions/jui/README.md

@ -35,7 +35,7 @@ to the require section of your composer.json.
Usage & Documentation Usage & Documentation
----------- -----------
This extension provides the multiple widgets to work with jquery.ui, as well as a set of compatible jquery.ui files. This extension provides multiple widgets to work with jquery.ui, as well as a set of compatible jquery.ui files.
You can use these widgets in your view files after you have registered the corresponding assets. You can use these widgets in your view files after you have registered the corresponding assets.

2
extensions/smarty/README.md

@ -36,7 +36,7 @@ Usage & Documentation
----------- -----------
This extension has to be registered prior to usage. This extension has to be registered prior to usage.
To do this add the following to the $rendereres property of the view instance you want to use this with: To enable this view renderer add it to the $rendereres property of your view object.
Example: Example:
```php ```php

2
extensions/twig/README.md

@ -36,7 +36,7 @@ Usage & Documentation
----------- -----------
This extension has to be registered prior to usage. This extension has to be registered prior to usage.
To do this add the following to the $rendereres property of the view instance you want to use this with: To enable this view renderer add it to the $rendereres property of your view object.
Example: Example:
```php ```php

Loading…
Cancel
Save