From ce9fabab57073fe6621316595037942430f7fe75 Mon Sep 17 00:00:00 2001 From: Suralc Date: Thu, 11 Jul 2013 17:22:43 +0200 Subject: [PATCH] Rewording --- extensions/composer/README.md | 2 +- extensions/jui/README.md | 2 +- extensions/smarty/README.md | 2 +- extensions/twig/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/composer/README.md b/extensions/composer/README.md index 7fdb6e1..871d1e3 100644 --- a/extensions/composer/README.md +++ b/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. -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: diff --git a/extensions/jui/README.md b/extensions/jui/README.md index 2a478eb..6025ac4 100644 --- a/extensions/jui/README.md +++ b/extensions/jui/README.md @@ -35,7 +35,7 @@ to the require section of your composer.json. 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. diff --git a/extensions/smarty/README.md b/extensions/smarty/README.md index 927d96c..45115ef 100644 --- a/extensions/smarty/README.md +++ b/extensions/smarty/README.md @@ -36,7 +36,7 @@ Usage & Documentation ----------- 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: ```php diff --git a/extensions/twig/README.md b/extensions/twig/README.md index d1ad873..037f0e9 100644 --- a/extensions/twig/README.md +++ b/extensions/twig/README.md @@ -36,7 +36,7 @@ Usage & Documentation ----------- 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: ```php