Skip to content

Commit

Permalink
Merge pull request #1 from hackzilla/hackzilla-register-bundle
Browse files Browse the repository at this point in the history
Update README.md with registering bundle
  • Loading branch information
hackzilla committed Apr 27, 2016
2 parents 36508fb + ce8ccdf commit 57dd76f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -23,7 +23,14 @@ Add the following to your configuration file:
tystr_sendgrid:
username: YOUR_SENDGRID_USERNAME
password: YOUR_SENDGRID_PASSWORD
Register Bundle
---------------

In AppKernel.php, you need to register your bundle.

new Tystr\Bundle\SendgridBundle\TystrSendgridBundle(),

Usage
------

Expand Down

0 comments on commit 57dd76f

Please sign in to comment.