From 8c87cb3338f1ece6310dc2f61649960723ecc4ac Mon Sep 17 00:00:00 2001 From: Rodrigo Prado Date: Wed, 13 May 2015 08:28:08 -0300 Subject: [PATCH] Increase readability in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee70cb..ef30f17 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ In order to connect to your MySQL database, pass a valid DSN string into the pro ```php $app->register( - new Psamatt\Silex\SpotServiceProvider('mysql://username:password@localhost/db_name') + new Psamatt\Silex\SpotServiceProvider( + 'mysql://username:password@localhost/db_name' + ) ); ``` In your `index.php`, you can then interact with `Spot` with the following lines: