Skip to content

Commit

Permalink
Merge pull request #9 from neos/fix-vendor-name-in-docs
Browse files Browse the repository at this point in the history
TASK: Use correct vendor name in documentation
  • Loading branch information
kdambekalns committed Dec 14, 2017
2 parents df3fc7c + 0f7f4a3 commit 4be58c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Installation

The package can be installed via composer::

composer require typo3/swiftmailer
composer require neos/swiftmailer

Configuration
-------------
Expand All @@ -21,7 +21,7 @@ function. To use SMTP for sending, follow the following example:

.. code-block:: yaml
TYPO3:
Neos:
SwiftMailer:
transport:
type: 'Swift_SmtpTransport'
Expand Down

0 comments on commit 4be58c0

Please sign in to comment.