Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Readme indentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Oct 25, 2017
1 parent 4945cf6 commit a1d79ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ require 'vendor/autoload.php';
// Set up Nymph.
use Nymph\Nymph;
Nymph::configure([
'MySQL' => [
'host' => 'your_db_host',
'database' => 'your_database',
'user' => 'your_user',
'password' => 'your_password'
]
'MySQL' => [
'host' => 'your_db_host',
'database' => 'your_database',
'user' => 'your_user',
'password' => 'your_password'
]
]);

\Nymph\Nymph::connect();
Expand Down

0 comments on commit a1d79ff

Please sign in to comment.