Skip to content

Commit

Permalink
Fixed include path.
Browse files Browse the repository at this point in the history
  • Loading branch information
hexblot authored Oct 5, 2016
1 parent 692a1cd commit 820db09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Just add an include to this library on the top of the old application `index.php

```php
<?php
include("path/to/mssql-compat.php");
include("path/to/mssql_compat.php");

# Insert old application logic here
```
Expand Down

0 comments on commit 820db09

Please sign in to comment.