From 15cea55742127193636699ea3afe5af7e4a09b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Hangst=C3=B6rfer?= Date: Wed, 8 Apr 2015 11:12:13 +0200 Subject: [PATCH 1/2] Added missing apostrophes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1ea391e..a7f54b3f 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Or, if you only want to get one customer, then you would append the customer `id Edit `index.php` and change the `$dsn` variable located at the top, here are some examples: - SQLite: `$dsn = 'sqlite://./path/to/database.sqlite';` -- MySQL: `$dsn = 'mysql://[user[:pass]@]host[:port]/db/;` -- PostgreSQL: `$dsn = 'pgsql://[user[:pass]@]host[:port]/db/;` +- MySQL: `$dsn = 'mysql://[user[:pass]@]host[:port]/db/';` +- PostgreSQL: `$dsn = 'pgsql://[user[:pass]@]host[:port]/db/';` If you want to restrict access to allow only specific IP addresses, add them to the `$clients` array: @@ -205,4 +205,4 @@ ArrestDB is a complete rewrite of [Arrest-MySQL](https://github.com/gilbitron/Ar ##License (MIT) -Copyright (c) 2014 Alix Axel (alix.axel+github@gmail.com). \ No newline at end of file +Copyright (c) 2014 Alix Axel (alix.axel+github@gmail.com). From 160818bb9dd968c4dfe95b0a80b1823b6eaa5383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Hangst=C3=B6rfer?= Date: Tue, 19 May 2015 14:49:43 +0200 Subject: [PATCH 2/2] Remove emptyl ine at the end