diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-09-21 20:46:15 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-09-21 20:46:15 +0200 |
commit | ceb262e08027531717f1a16faafc343e8d9656e3 (patch) | |
tree | 87fdc916042efeebcacc1ef66dd99a969b8e4c4e /README.markdown | |
parent | bf4d0598030b83be337bc505de842f7766009467 (diff) | |
download | ste-ceb262e08027531717f1a16faafc343e8d9656e3.tar.gz ste-ceb262e08027531717f1a16faafc343e8d9656e3.tar.bz2 ste-ceb262e08027531717f1a16faafc343e8d9656e3.zip |
Move to r7r namespace and r7r composer package vendor2.0.0
Let's face it, no one but my CMS Ratatöskr (r7r for short) uses this
template engine anyway. Also it's a good excuse to get rid of more
remnants of my old kch42 nickname.
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 9f6d299..9018a41 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 `kch42/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 `\kch42\ste` namespace without further `require`s or `include`s. Awesome! +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! Requirements |