Skip to content

Commit af4877a

Browse files
committed
Update README.md
1 parent a009142 commit af4877a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ Export documents to JSON. Import documents from JSON. Manage indexes. Manage use
99

1010
![MongoDB PHP GUI - Visualize Database](https://raw.githubusercontent.com/SamuelTallet/MongoDB-PHP-GUI/master/docs/screenshots/visualize-database.png)
1111

12-
![MongoDB PHP GUI - Query Database](https://raw.githubusercontent.com/SamuelTallet/MongoDB-PHP-GUI/master/docs/screenshots/query-database.png)
12+
![MongoDB PHP GUI - Query Documents](https://raw.githubusercontent.com/SamuelTallet/MongoDB-PHP-GUI/master/docs/screenshots/query-documents.png)
1313

1414
## Installation
1515

1616
### Docker (PHP built-in server)
1717
1. In a case of an upgrade, run `docker pull samueltallet/mongodb-php-gui`<br>
1818
2. Always run `docker run --add-host localhost:172.17.0.1 --publish 5000:5000 --rm samueltallet/mongodb-php-gui`<br>
19-
3. Open your browser at this address: http://127.0.0.1:5000/ to access GUI.<br>
19+
3. Open your browser at this address: http://127.0.0.1:5000/ to access GUI.
2020

2121
### Apache HTTP server
2222
1. Clone current repository in a folder served by Apache.
23-
2. Be sure to have PHP >= 7.3 with [MongoDB ext.](https://www.php.net/manual/en/mongodb.installation.php) enabled.
23+
2. Be sure to have PHP >= 7.3 with [MongoDB extension](https://www.php.net/manual/en/mongodb.installation.php) enabled.
2424
3. Check that `rewrite_module` module is enabled in your Apache configuration.
2525
4. Be sure to have `AllowOverride All` in your Apache (virtual host) configuration.
2626
5. Run `composer install` at project's root directory to install all PHP dependencies.

0 commit comments

Comments
 (0)