From b01ac201d658eca4d4a1d96d3daa2111f51ea184 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Tue, 10 Dec 2013 22:00:53 +0100 Subject: [PATCH] Fix README. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb2fe981..c354b129 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ it is recommended to refer to their specific documentation for details. Various aspects of the client can be easily configured by passing options to the second argument of `Predis\Client::__construct()`. Options are managed using a mini DI-alike container and their values -are usually lazily initialized only when needed. Predis by defaults supports the following options: +are usually lazily initialized only when needed. Predis by default supports the following options: - `profile`: which profile to use in order to match a specific version of Redis. - `prefix`: a prefix string that is automatically applied to keys found in commands.