diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-09-21 21:00:31 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-09-21 21:00:31 +0200 |
commit | a89fd7228a0889c23b12fa5845decec9c4c121c2 (patch) | |
tree | 431640b7818816211006ee4fefac30de5046024b /README.markdown | |
parent | ceb262e08027531717f1a16faafc343e8d9656e3 (diff) | |
download | ste-a89fd7228a0889c23b12fa5845decec9c4c121c2.tar.gz ste-a89fd7228a0889c23b12fa5845decec9c4c121c2.tar.bz2 ste-a89fd7228a0889c23b12fa5845decec9c4c121c2.zip |
Update README
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
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 |