summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2015-06-04 02:40:36 +0200
committerUwe Tews <uwe.tews@googlemail.com>2015-06-04 02:40:36 +0200
commitd804454f21015df3c980db3962008b28147ed289 (patch)
treed51c720d1770a9006ea4720e3f3a8314fa9548a4 /README.md
parent2a1badfebb37f7e9eabcd8c8d25d6ea65d162ea6 (diff)
downloadsmarty-d804454f21015df3c980db3962008b28147ed289.tar.gz
smarty-d804454f21015df3c980db3962008b28147ed289.tar.bz2
smarty-d804454f21015df3c980db3962008b28147ed289.zip
Fix spelling
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7b78cffc..f5f93fa9 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
*Read the NEW_FEATURES file for recent extensions to Smarty 3.1 functionality*
-Smarty packages are now on github and can be installed with Composer.
+Smarty versions 3.1.11 or later are now on github and can be installed with Composer.
The "smarty/smarty" package will start at libs/.... subfolder.
@@ -22,20 +22,19 @@ in your composer.json file.
"smarty/smarty": "~3.1@dev"
}
-All stable releases since 3.1.11 are available
For a specific version use something like
"require": {
"smarty/smarty": "3.1.19"
}
-PHPUnit test can be installed by corresponding comper entries like
+PHPUnit test can be installed by corresponding composer entries like
"require": {
"smarty/smarty-phpunit": "3.1.19"
}
-Similar applies for the lxer/parser generator
+Similar applies for the lexer/parser generator
"require": {
"smarty/smarty-lexer": "3.1.19"