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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinblack committed Sep 5, 2017
1 parent ac02e12 commit c557b0d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#NigeLib
# NigeLib

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)

Expand Down Expand Up @@ -73,7 +73,7 @@ $temp_pdo = DB::get('temp');

For the above to work you will need two more files:

###envmap.php
### envmap.php

``` php
<?php
Expand All @@ -90,7 +90,7 @@ return array(
);
```

###config/database.php
### config/database.php

``` php
<?php
Expand All @@ -115,5 +115,3 @@ return array(
),
);
```

![Usefull tip](https://www.dropbox.com/s/j32yus81dejmx8n/ForumBar-Unicorn.png?dl=0)

0 comments on commit c557b0d

Please sign in to comment.