Skip to content

Commit 255ffdd

Browse files
authored
Update README.md
1 parent a80575f commit 255ffdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A database admin interface for MySQL, PostgreSQL or SQL Server in a single file PHP script.
44

5+
![PHP-CRUD-ADMIN screenshot](screenshots/table.png)
6+
57
## Requirements
68

79
- PHP 7.0 or higher with PDO drivers for MySQL, PgSQL or SqlSrv enabled
@@ -61,4 +63,4 @@ NB: The update script will also patch the dependencies in the vendor directory f
6163

6264
This script is powered by [PHP-CRUD-API](https://github.com/mevdschee/php-crud-api) and embeds this project. Alternatively, it can run against a remote (live) installation.
6365

64-
If you want to run this against a remote installation, then replace the 'api' config parameter with one called 'url' that holds the base URL of your [PHP-CRUD-API](https://github.com/mevdschee/php-crud-api) installation.
66+
If you want to run this against a remote installation, then replace the 'api' config parameter with one called 'url' that holds the base URL of your [PHP-CRUD-API](https://github.com/mevdschee/php-crud-api) installation.

0 commit comments

Comments
 (0)