summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-09-21 21:00:31 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-09-21 21:00:31 +0200
commita89fd7228a0889c23b12fa5845decec9c4c121c2 (patch)
tree431640b7818816211006ee4fefac30de5046024b
parentceb262e08027531717f1a16faafc343e8d9656e3 (diff)
downloadste-a89fd7228a0889c23b12fa5845decec9c4c121c2.tar.gz
ste-a89fd7228a0889c23b12fa5845decec9c4c121c2.tar.bz2
ste-a89fd7228a0889c23b12fa5845decec9c4c121c2.zip
Update README
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 9018a41..5cbd976 100644
--- a/README.markdown
+++ b/README.markdown
@@ -9,7 +9,7 @@ Get it via composer / packagist
[Composer](https://getcomposer.org) is a dependency manager and package manager for PHP. Using composer is the recommended way of installing STE.
-Just put `r7r/ste` in your requirements (I suggest using the version `1.*`) and execute `composer install`. Then include composer's autoloader and you can simply use all stuff in the `\r7r\ste` namespace without further `require`s or `include`s. Awesome!
+Just put `r7r/ste` in your requirements (I suggest using the version `2.*`) and execute `composer install`. Then include composer's autoloader and you can simply use all stuff in the `\r7r\ste` namespace without further `require`s or `include`s. Awesome!
Requirements