Skip to content

Commit 65918e9

Browse files
committed
[TASK] Update Readme to reflect possibility for composer install
1 parent 4b872bd commit 65918e9

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,13 @@ TypoScript Rendering
22
====================
33
[![Build Status](https://travis-ci.org/helhum/typoscript_rendering.svg?branch=master)](https://travis-ci.org/helhum/typoscript_rendering)
44

5-
This extension provides a possibiltiy to render arbitrary TypoScript paths in
5+
This extension provides a possibility to render arbitrary TypoScript paths in
66
a given record context.
77

88
This is especially useful for rendering a plugin via an AjaxRequest
99

1010
Composer installation
1111
---------------------
1212

13-
As TYPO3 core aims to embrace composer more and more, it might be helpful to
14-
know how to install the extension via composer. For this, not the GitHub
15-
repository is used, but the official TER, so the same source you use for
16-
installation via extension manager.
17-
18-
TYPO3 has an own Packagist service that distributes TER extensions for composer
19-
installation.
20-
21-
For this to work, copy the repository block as shown in the
22-
[information page](https://composer.typo3.org/satis.html#!/typoscript-rendering)
23-
into your composer.json file and then run the command
24-
_composer require typo3-ter/typoscript-rendering_ on command line.
13+
Just do a `composer require helhum/typoscript-rendering` to install
14+
the latest version of TypoScript Rendering with composer.

0 commit comments

Comments
 (0)